# Order is important: place local paths ahead of system paths. import sys customCPPPATH = [ '%%LOCALBASE%%/include', '%%PYTHON_INCLUDEDIR%%' ] customCCFLAGS = [ ] customCXXFLAGS = [ ] customLIBS = [ 'intl' ] customLIBPATH = [ '%%LOCALBASE%%/lib' ] customSHLINKFLAGS = [ ] customSWIGFLAGS = [] platform = 'linux'