Skip to content

Commit

Permalink
Fix Windows installation when building wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Dec 4, 2023
1 parent 21e8d51 commit 43bf1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
@@ -1,6 +1,6 @@
project('capypdf', 'cpp', 'c',
version: '0.7.0',
default_options : ['cpp_std=c++23', 'default_library=static'])
default_options : ['cpp_std=c++23,c++latest', 'default_library=static'])

version = meson.project_version()
varr = version.split('.')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -23,4 +23,4 @@ classifiers = [

[tool.meson-python.args]
setup = ['--debug']
install = ['--tags=runtime,python-runtime']
install = ['--skip-subprojects=lcms2', '--tags=runtime,python-runtime']

0 comments on commit 43bf1a3

Please sign in to comment.