From 5a117c84ff6d050e273e204712523768e3c4122c Mon Sep 17 00:00:00 2001 From: Stephen Date: Sun, 17 Dec 2017 03:24:09 -0800 Subject: [PATCH] add travis testing path (#930) closes #927 --- bindings/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Makefile b/bindings/Makefile index 1e3c179a..02b3a814 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -13,7 +13,7 @@ UNAME_S := $(shell uname -s) ifeq ($(UNAME_S), Linux) ENV_VARS = LD_PRELOAD=librt.so LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../ else -ENV_VARS = LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../ +ENV_VARS = LD_LIBRARY_PATH=../ DYLD_LIBRARY_PATH=../ LIBUNICORN_PATH=$(TRAVIS_BUILD_DIR) endif