Link against libpython3.10
This commit is contained in:
parent
b1693113b1
commit
4cc5dc59da
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user