|
|
@ -9,7 +9,7 @@ ext_modules = [ |
|
|
|
["synth_shed/synth_shed.cc"], |
|
|
|
include_dirs=['../../lib/lib_synth_shed', |
|
|
|
'/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8', |
|
|
|
'venv/lib/python3.8/site-packages/pybind11/include'], |
|
|
|
'venv_synth_shed/lib/python3.8/site-packages/pybind11/include'], |
|
|
|
extra_compile_args=['-std=c++11'], |
|
|
|
libraries=['synth_shed'], |
|
|
|
library_dirs=['../../lib/lib_synth_shed/'] |
|
|
|