Skip to content

Commit 5a117c8

Browse files
stephengroataquynh
authored andcommitted
add travis testing path (unicorn-engine#930)
closes unicorn-engine#927
1 parent 3e0d0cf commit 5a117c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ UNAME_S := $(shell uname -s)
1313
ifeq ($(UNAME_S), Linux)
1414
ENV_VARS = LD_PRELOAD=librt.so LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../
1515
else
16-
ENV_VARS = LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../
16+
ENV_VARS = LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../ LIBUNICORN_PATH=$(TRAVIS_BUILD_DIR)
1717
endif
1818

1919

0 commit comments

Comments
 (0)