Link against libpython3.10

This commit is contained in:
Tee KOBAYASHI 2021-11-23 20:30:56 +09:00 committed by Henrik Grimler
parent b1693113b1
commit 4cc5dc59da
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
diff -uNr gobject-introspection/giscanner/meson.build gobject-introspection.mod/giscanner/meson.build
--- gobject-introspection/giscanner/meson.build 2021-06-03 13:43:38.060569823 +0000
+++ gobject-introspection.mod/giscanner/meson.build 2021-06-03 13:55:08.705053742 +0000
@@ -98,24 +98,11 @@
@@ -98,24 +98,12 @@
dependencies: [glib_dep, gobject_dep, gio_dep, gmodule_dep],
)
@ -24,6 +24,7 @@ diff -uNr gobject-introspection/giscanner/meson.build gobject-introspection.mod/
- dependencies: [glib_dep, gobject_dep, gio_dep, gmodule_dep,
- python_ext_dep],
+ dependencies: [glib_dep, gobject_dep, gio_dep, gmodule_dep],
+ link_args: '-lpython3.10',
install: true,
install_dir: giscannerdir,
)