File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -68,20 +68,6 @@ if pyprojectwheelbuild_enabled
6868 ' src/example_fgen_basic/runtime_helpers.py' ,
6969 )
7070
71- #if host_machine.system() == 'windows'
72- # meson.override_find_program('ar', find_program('llvm-lib', required: true))
73- # also tell Meson to use MSVC-compatible static library
74- # ancillary_lib = library(
75- # '@0@-ancillary'.format(meson.project_name()),
76- # sources: srcs_ancillary_lib,
77- # version: meson.project_version(),
78- # dependencies: [],
79- # install: false,
80- # override_options: ['b_vscrt=md', 'default_library=static', 'vs_library_format=lib']
81- # )
82- #else
83- # The ancillary library,
84- # i.e. all the stuff for wrapping that isn't directly exposed to Python.
8571 ancillary_lib = library (
8672 ' @0@-ancillary' .format(meson .project_name()),
8773 sources : srcs_ancillary_lib,
@@ -91,7 +77,6 @@ if pyprojectwheelbuild_enabled
9177 # e.g. dependencies: [fgen_core_dep],
9278 install : false ,
9379 )
94- #endif
9580
9681 ancillary_dep = declare_dependency (link_with : ancillary_lib)
9782
You can’t perform that action at this time.
0 commit comments