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 8022140e1f9b..15a57f2f9edd 100644 --- a/audio/csound/files/custom.py.in +++ b/audio/csound/files/custom.py.in @@ -6,7 +6,7 @@ customCPPPATH = [ '%%LOCALBASE%%/include', '%%PYTHON_INCLUDEDIR%%' ] customCCFLAGS = [ ] customCXXFLAGS = [ ] customLIBS = [] -customLIBPATH = [ '%%LOCALBASE%%/lib' ] +customLIBPATH = [ '%%LOCALBASE%%/lib/portaudio2', '%%LOCALBASE%%/lib' ] customSHLINKFLAGS = [] customSWIGFLAGS = [] platform = 'linux' |