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