Skip to content

Commit

Permalink
🔨 finished integration of msgspec subproject demo
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 8, 2024
1 parent 9ef2fb1 commit 433bb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ if not meson.is_subproject()
meson.add_dist_script(dev.get_variable('pip'), 'install', 'tomli>=2.0.0')
meson.add_dist_script(python, '-c', dev.get_variable('meson_dist_setuptools_scm'))
endif
subproject('msgspec', default_options: ['install-subprojects=enabled', 'prefix=@0@'.format(python.get_install_dir())])
subproject('msgspec', default_options: ['install-subprojects=enabled'])

0 comments on commit 433bb3e

Please sign in to comment.