mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
windows build lib
This commit is contained in:
parent
ae7ae50e35
commit
cbfc3b0424
|
@ -13,7 +13,7 @@ example_module = Pybind11Extension(
|
||||||
'pycatima',
|
'pycatima',
|
||||||
SRC,
|
SRC,
|
||||||
include_dirs=['../build/include','../global'],
|
include_dirs=['../build/include','../global'],
|
||||||
library_dirs=['../build/lib','../build'],
|
library_dirs=['../build/lib','../build','../build/Release'],
|
||||||
libraries=['catima']
|
libraries=['catima']
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user