]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add framework to cflags
authorMichael Jerris <mike@jerris.com>
Sun, 7 Dec 2008 22:25:19 +0000 (22:25 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 7 Dec 2008 22:25:19 +0000 (22:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10647 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_cepstral/Makefile

index 7a2ab5476a61852e053d13812ebedffc0dbcd343..b518708a24e7391daada0c44d4645fb4559269ee 100644 (file)
@@ -1,6 +1,6 @@
 LOCAL_INSERT_LDFLAGS=if test $$osarch = "Darwin" ; then echo "-framework swift" ; else echo "-L$(SWIFT_HOME)/lib -L/opt/swift/lib -lswift -lm" ; fi ;
 
-LOCAL_INSERT_CFLAGS=test $$osarch = "Darwin" || echo "-I$(SWIFT_HOME)/include -I/opt/swift/include";
+LOCAL_INSERT_CFLAGS=if test $$osarch = "Darwin" ; then echo "-framework swift" ; else echo "-I$(SWIFT_HOME)/include -I/opt/swift/include"; fi ;
 LOCAL_CFLAGS=-w
 include ../../../../build/modmake.rules