From ca1ca033ad6b34e97068f68f7eab2bbb6790a349 Mon Sep 17 00:00:00 2001 From: Mauricio Caceres Date: Wed, 25 Oct 2017 21:30:04 -0400 Subject: [PATCH] Debugging why travis can't find spookyhash --- .travis.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eba1a92f..fe2c7986 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,5 @@ script: - make clean - ALL_CFLAGS+=-fPIC make - cd - + - ls -lahR ./lib/spookyhash/build/ - make clean && make diff --git a/Makefile b/Makefile index 54a89efb..a304c2e6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ else OUT = build/gtools_unix$(LEGACY).plugin OUTE = build/env_set_unix$(LEGACY).plugin SPOOKYLIB = libspookyhash.a - SPOOKY = -L./lib/spookyhash/build/bin/Release -l:$(SPOOKYLIB) + SPOOKY = -L./lib/spookyhash/build/bin/Release -L./lib/spookyhash/build -l:$(SPOOKYLIB) endif ifeq ($(UNAME_S),Darwin) OSFLAGS = -bundle -DSYSTEM=APPLEMAC