Skip to content

Commit

Permalink
Fix windows wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Mar 13, 2024
1 parent 1fb9dc7 commit d3f36eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktree/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if is_windows
# Silence warnings emitted by PyOS_snprintf for (%zd), see
# https://github.com/rgommers/scipy/issues/118.
# Use as c_args for extensions containing Cython code
cython_c_args += ['-Wno-format-extra-args', '-Wno-format']
c_args += ['-Wno-format-extra-args', '-Wno-format']
endif
endif

Expand Down

0 comments on commit d3f36eb

Please sign in to comment.