projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6afeb91
)
elm_test: Set PACKAGE_LIB_DIR to fix windows runtime
author
Jean-Philippe Andre
<jp.andre@samsung.com>
Tue, 20 May 2014 03:27:29 +0000
(12:27 +0900)
committer
Jean-Philippe Andre
<jp.andre@samsung.com>
Tue, 20 May 2014 07:37:17 +0000
(16:37 +0900)
src/bin/test.c
patch
|
blob
|
history
diff --git
a/src/bin/test.c
b/src/bin/test.c
index 268f739d1f8bd65d2a3d97763e0e90507439c466..9ff36fd8d522e78a7186d70c7f4219109623d092 100644
(file)
--- 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");