mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:50:49 +08:00
12 lines
248 B
Diff
12 lines
248 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -38,7 +38,7 @@ expat_dep = dependency('expat',
|
|
|
|
i18n = import('i18n')
|
|
pkgmod = import('pkgconfig')
|
|
-python3 = import('python').find_installation()
|
|
+python3 = 'python3'
|
|
|
|
check_headers = [
|
|
['dirent.h'],
|