[nautilus-python/wip/jtojnar/meson] fixup! build: Add meson build system
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-python/wip/jtojnar/meson] fixup! build: Add meson build system
- Date: Thu, 11 Aug 2022 12:20:38 +0000 (UTC)
commit 425995cf71ab30f4b4c00b1ebde7d389b623516d
Author: Jan Tojnar <jtojnar gmail com>
Date: Thu Aug 11 14:20:33 2022 +0200
fixup! build: Add meson build system
meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 6d6d937..6d57060 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,6 @@ project(
meson_version: '>= 0.58.0',
)
-fs = import('fs')
gnome = import('gnome')
pkg = import('pkgconfig')
python = import('python')
@@ -26,7 +25,7 @@ python_dep = python3.dependency(embed: true)
nautilus_extension_dir = libnautilus_extension.get_variable('extensiondir', pkgconfig_define: ['libdir',
libdir])
version_array = python_dep.version().split('.')
-ret = run_command('python3-config', '--abiflags')
+ret = run_command('python3-config', '--abiflags', check: true)
py_so_filename = 'libpython@0@.@1@@2@.so.1.0'.format(
version_array[0],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]