Skip to content

Commit 297eb56

Browse files
committed
Clean up meson.build
1 parent c454a38 commit 297eb56

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

meson.build

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)