jpeg pushed a commit to branch elementary-1.9.

http://git.enlightenment.org/core/elementary.git/commit/?id=cc459126203c64fc8a567eb8c32a5578d38c1067

commit cc459126203c64fc8a567eb8c32a5578d38c1067
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue May 20 12:27:29 2014 +0900

    elm_test: Set PACKAGE_LIB_DIR to fix windows runtime
---
 src/bin/test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/test.c b/src/bin/test.c
index bfd0294..f07eebc 100644
--- a/src/bin/test.c
+++ b/src/bin/test.c
@@ -882,6 +882,7 @@ elm_main(int argc, char **argv)
 
    /* tell elm about our app so it can figure out where to get files */
    elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);
+   elm_app_compile_lib_dir_set(PACKAGE_LIB_DIR);
    elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);
    elm_app_info_set(elm_main, "elementary", "images/logo.png");
 

-- 


Reply via email to