summaryrefslogtreecommitdiff
path: root/src/Makefile_Elua_Helper.am
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2014-11-03 13:20:27 +0000
committerDaniel Kolesa <d.kolesa@samsung.com>2014-11-03 13:20:54 +0000
commit8077e14fd6362dfb3ab29f54b77019f89c1d8687 (patch)
tree81ac90f3c6bf0846cba55851f657acd2e554c183 /src/Makefile_Elua_Helper.am
parent652e2f688bb7c7057e69a4740181c12f17aa4e1d (diff)
downloadefl-8077e14fd6362dfb3ab29f54b77019f89c1d8687.tar.gz
elua: support for environment variable library path lookups in util.lib_load
This allows us to get rid of the LD_LIBRARY_PATH hack and thus make it more cross-plaform as well as fix some bad behavior (with the hack it still looked up the systemwide library if present instead of preferring in-tree)
Diffstat (limited to 'src/Makefile_Elua_Helper.am')
-rw-r--r--src/Makefile_Elua_Helper.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Elua_Helper.am b/src/Makefile_Elua_Helper.am
index aa14f92883..d6f383c927 100644
--- a/src/Makefile_Elua_Helper.am
+++ b/src/Makefile_Elua_Helper.am
@@ -2,7 +2,7 @@ if HAVE_ELUA_BIN
ELUA_GEN = @elua_bin@ :lualian
_ELUA_GEN_DEP = @elua_bin@
else
-ELUA_GEN = LD_LIBRARY_PATH=$(top_builddir)/src/lib/eolian/.libs \
+ELUA_GEN = ELUA_EOLIAN_LIBRARY_PATH=$(top_builddir)/src/lib/eolian/.libs \
EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/elua/elua${EXEEXT} :lualian
_ELUA_GEN_DEP = bin/elua/elua${EXEEXT}
endif