mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix some stuff [ci skip]
This commit is contained in:
parent
04b0d4e2ab
commit
1709899373
|
@ -8,5 +8,6 @@ endif()
|
||||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/setup.py.cmake"
|
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/setup.py.cmake"
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/setup.py")
|
"${CMAKE_CURRENT_BINARY_DIR}/setup.py")
|
||||||
|
|
||||||
add_custom_target(xlntpyarrow
|
add_custom_target(xlntpyarrow ALL
|
||||||
COMMAND python setup.py build)
|
COMMAND python setup.py build
|
||||||
|
DEPENDS xlntarrow)
|
||||||
|
|
|
@ -32,7 +32,7 @@ library_dirs = [
|
||||||
os.path.join(conda_root, '../lib')
|
os.path.join(conda_root, '../lib')
|
||||||
]
|
]
|
||||||
|
|
||||||
compile_args = '${CMAKE_CXX_FLAGS}'.split() or []
|
compile_args = '${CMAKE_CXX_FLAGS}'.split()
|
||||||
|
|
||||||
xlntpyarrow_extension = Extension(
|
xlntpyarrow_extension = Extension(
|
||||||
'xlntpyarrow',
|
'xlntpyarrow',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user