summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2014-05-20 12:27:29 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2014-05-20 16:37:17 +0900
commite54cf0872417755fb27e2ff332a08973046ab4b1 (patch)
tree0cd27246fee193ee09735c914d635760ff0229cb
parent6afeb9161fb99828e7a9860301cd2e1464f1d88f (diff)
downloadelementary-e54cf0872417755fb27e2ff332a08973046ab4b1.tar.gz
elm_test: Set PACKAGE_LIB_DIR to fix windows runtime
-rw-r--r--src/bin/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/test.c b/src/bin/test.c
index 268f739d1..9ff36fd8d 100644
--- a/src/bin/test.c
+++ b/src/bin/test.c
@@ -890,6 +890,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");