From 763d1e9a8ed2e44419760db370e9280426a0b617 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 20 Aug 2006 20:47:34 +0000 Subject: Finishing autoconf work, also fixed compilation error in publish.h git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@689 74dad513-b988-da41-8d7b-12977e46ad98 --- build/os-darwinos.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/os-darwinos.mak') diff --git a/build/os-darwinos.mak b/build/os-darwinos.mak index 22e80516..9db31a16 100644 --- a/build/os-darwinos.mak +++ b/build/os-darwinos.mak @@ -2,7 +2,7 @@ export OS_CFLAGS := $(CC_DEF)PJ_DARWINOS=1 export OS_CXXFLAGS := -export OS_LDFLAGS := $(CC_LIB)pthread$(LIBEXT2) -framework CoreAudio +export OS_LDFLAGS := $(CC_LIB)pthread$(LIBEXT2) -framework CoreAudio -lm export OS_SOURCES := -- cgit v1.2.3