Skip to content

Commit

Permalink
don't build shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Dec 19, 2023
1 parent fbe1047 commit 034a2b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ wheel.py-api = "py2.py3" # python version is irrelevant
wheel.expand-macos-universal-tags = true # not sure about this one
cmake.build-type = "Release"
#logging.level = "DEBUG"
[tool.scikit-build.cmake.define]
BUILD_SHARED_LIBS = "OFF"

[tool.cibuildwheel]
build-verbosity = 1
Expand Down

0 comments on commit 034a2b1

Please sign in to comment.