Skip to content

Commit

Permalink
Debugging why travis can't find spookyhash
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaceresb committed Oct 26, 2017
1 parent c9dc09b commit ca1ca03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ script:
- make clean
- ALL_CFLAGS+=-fPIC make
- cd -
- ls -lahR ./lib/spookyhash/build/
- make clean && make
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca1ca03

Please sign in to comment.