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 d98c58e commit 3b94ff4Copy full SHA for 3b94ff4
subprojects/packagefiles/nanobind/meson.build
@@ -57,7 +57,7 @@ elif host_machine.system() != 'windows'
57
dep_link_args += ['-Wl,-s']
58
endif
59
60
-if get_option('buildtype') == 'shared'
+if get_option('default_library') == 'shared'
61
dep_compile_args += ['-DNB_SHARED']
62
add_project_arguments(
63
[dep_compile_args, '-DNB_BUILD'],
0 commit comments