diff options
Diffstat (limited to 'audio/csound/files/custom.py.in')
-rw-r--r-- | audio/csound/files/custom.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound/files/custom.py.in b/audio/csound/files/custom.py.in index 3e5fbf1a5856..ed2ccc0a195c 100644 --- a/audio/csound/files/custom.py.in +++ b/audio/csound/files/custom.py.in @@ -7,6 +7,6 @@ customCCFLAGS = [ ] customCXXFLAGS = [ ] customLIBS = [ 'intl' ] customLIBPATH = [ '%%PORTAUDIO_L%%', '%%LOCALBASE%%/lib' ] -customSHLINKFLAGS = [ '%%PORTAUDIO_R%%', '%%PTHREAD_LIBS%%' ] +customSHLINKFLAGS = [ '%%PORTAUDIO_R%%' ] customSWIGFLAGS = [] platform = 'linux' |