adds -L/usr/local/lib to shim Makefile, so it compiles on Iain's OSX machine
This commit is contained in:
parent
16857615d3
commit
201d2852c6
1 changed files with 1 additions and 1 deletions
2
deps/src/Makefile
vendored
2
deps/src/Makefile
vendored
|
@ -16,7 +16,7 @@ endif
|
||||||
#INC =-I"$(JULIA_INC)"
|
#INC =-I"$(JULIA_INC)"
|
||||||
FLAGS =-Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fPIC
|
FLAGS =-Wall -Wno-strict-aliasing -fno-omit-frame-pointer -fPIC
|
||||||
CFLAGS =-g
|
CFLAGS =-g
|
||||||
LIBS =-lportaudio
|
LIBS =-L/usr/local/lib -lportaudio
|
||||||
LINUX_LIBS =-lrt
|
LINUX_LIBS =-lrt
|
||||||
LINUX_LDFLAGS =-rdynamic
|
LINUX_LDFLAGS =-rdynamic
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue