summaryrefslogtreecommitdiff
path: root/src/portal/meson.build
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-09-14 18:52:17 -0400
committerAndrew Opalach <andrew@akon.city> 2026-09-14 19:27:34 -0400
commit5d9fc8fdca655ee3a6749421d18feff17c5f45fe (patch)
tree4fce0e4fce62b89bbc052ac9e28cde8606021ba2 /src/portal/meson.build
parent8f208c26b6fa1a9f3372679c047cab559c06e26b (diff)
downloadcamu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.tar.gz
camu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.tar.bz2
camu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.zip
Fix buildHEADmaster
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal/meson.build')
-rw-r--r--src/portal/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portal/meson.build b/src/portal/meson.build
index e87b588..8acf0e2 100644
--- a/src/portal/meson.build
+++ b/src/portal/meson.build
@@ -8,7 +8,7 @@ portal_deps = []
portal_args = ['-DCAMU_HAVE_PORTAL']
cpy_dir = join_paths(meson.current_source_dir(), 'cpy')
-run_command('sh', join_paths(cpy_dir, 'build.sh'), cpy_dir, check: false)
+run_command('sh', join_paths(cpy_dir, 'build.sh'), cpy_dir)
python3_embed = import('python').find_installation('python3').dependency(embed: true)
portal_deps += [python3_embed]