diff options
Diffstat (limited to 'audio/csound6/files/custom.py.in')
-rw-r--r-- | audio/csound6/files/custom.py.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/csound6/files/custom.py.in b/audio/csound6/files/custom.py.in new file mode 100644 index 000000000000..3e5fbf1a5856 --- /dev/null +++ b/audio/csound6/files/custom.py.in @@ -0,0 +1,12 @@ +# Order is important: place local paths ahead of system paths. + +import sys + +customCPPPATH = [ '%%LOCALBASE%%/include', '%%PYTHON_INCLUDEDIR%%' ] +customCCFLAGS = [ ] +customCXXFLAGS = [ ] +customLIBS = [ 'intl' ] +customLIBPATH = [ '%%PORTAUDIO_L%%', '%%LOCALBASE%%/lib' ] +customSHLINKFLAGS = [ '%%PORTAUDIO_R%%', '%%PTHREAD_LIBS%%' ] +customSWIGFLAGS = [] +platform = 'linux' |