Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hopefully fixed libsndfile problems
  • Loading branch information
mozinator committed May 5, 2010
1 parent 9cc86e8 commit f3b4623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SConstruct.macosx
Expand Up @@ -41,6 +41,7 @@ sourceFiles = Split("""
env.Append(CPPPATH = ['../supercollider/common/Headers/common',
'../supercollider/common/Headers/plugin_interface',
'../supercollider/common/Headers/server',
'../supercollider/common/include/libsndfile',
'./include'])

env.Append(CPPPATH = ["../supercollider/common/include/nova-simd"])
Expand All @@ -56,7 +57,7 @@ env.Append(CPPDEFINES={'NOVA_SIMD' : '1',
'SC_AUDIO_API' : 'SC_AUDIO_API_COREAUDIO'})

env.Append(CCFLAGS=["-Wno-unknown-pragmas", "-O3", "-ffast-math", "-fno-finite-math-only", "-fstrength-reduce", "-msse", "-mfpmath=sse", "-msse2"])
env.Append(LINKFLAGS = '-framework CoreServices -framework CoreAudio -framework CoreMIDI -lpthread -ldl -lm -lsndfile ')
env.Append(LINKFLAGS = '-L ../supercollider/mac/lib -framework CoreServices -framework CoreAudio -framework CoreMIDI -lpthread -ldl -lm -lsndfile ')

env.SharedLibrary(target = "scsynth_jna", source = sourceFiles)

0 comments on commit f3b4623

Please sign in to comment.