fix -L so we don't have to use DYLD anymore nor symlink it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@754 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cbdfe1f72f
commit
95bbc9e70a
|
@ -1,4 +1,4 @@
|
||||||
LDFLAGS += -lportaudio -L/usr/local/lib
|
LDFLAGS += -lportaudio -L$(PREFIX)/lib
|
||||||
MYOBJS = pablio.o ringbuffer.o
|
MYOBJS = pablio.o ringbuffer.o
|
||||||
|
|
||||||
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||||
|
|
Loading…
Reference in New Issue