We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef2fb1 commit 433bb3eCopy full SHA for 433bb3e
meson.build
@@ -111,4 +111,4 @@ if not meson.is_subproject()
111
meson.add_dist_script(dev.get_variable('pip'), 'install', 'tomli>=2.0.0')
112
meson.add_dist_script(python, '-c', dev.get_variable('meson_dist_setuptools_scm'))
113
endif
114
-subproject('msgspec', default_options: ['install-subprojects=enabled', 'prefix=@0@'.format(python.get_install_dir())])
+subproject('msgspec', default_options: ['install-subprojects=enabled'])
0 commit comments