[libpeas] Correctly set the libdir under win32



commit e4d9a2a39caecfc1dbe0dcf318f3de742f2c7866
Author: Garrett Regier <alias301 gmail com>
Date:   Sat Jan 1 12:42:50 2011 -0800

    Correctly set the libdir under win32

 libpeas/peas-dirs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpeas/peas-dirs.c b/libpeas/peas-dirs.c
index 1274a56..26383a9 100644
--- a/libpeas/peas-dirs.c
+++ b/libpeas/peas-dirs.c
@@ -71,7 +71,7 @@ peas_dirs_get_lib_dir (void)
 
   win32_dir = g_win32_get_package_installation_directory_of_module (NULL);
 
-  data_dir = g_build_filename (win32_dir, "lib", "libpeas-1.0", NULL);
+  lib_dir = g_build_filename (win32_dir, "lib", "libpeas-1.0", NULL);
   g_free (win32_dir);
 #elif defined (OS_OSX)
   IgeMacBundle *bundle = ige_mac_bundle_get_default ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]