We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2751a1 commit cbfacdaCopy full SHA for cbfacda
pandas/_libs/meson.build
@@ -1,7 +1,4 @@
1
-simdjson_proj = subproject(
2
- 'simdjson',
3
- default_options: ['default_library=static'],
4
-)
+simdjson_proj = subproject('simdjson')
5
simdjson_dep = simdjson_proj.get_variable('simdjson_dep')
6
7
_algos_take_helper = custom_target(
pyproject.toml
@@ -141,7 +141,10 @@ tag_prefix = "v"
141
parentdir_prefix = "pandas-"
142
143
[tool.meson-python.args]
144
-setup = ['--vsenv'] # For Windows
+setup = [
145
+ '--vsenv', # For Windows
146
+ '--default-library=static'
147
+]
148
install = ['--skip-subprojects']
149
150
[tool.cibuildwheel]
0 commit comments