diff options
| author | 2026-09-14 18:52:17 -0400 | |
|---|---|---|
| committer | 2026-09-14 19:27:34 -0400 | |
| commit | 5d9fc8fdca655ee3a6749421d18feff17c5f45fe (patch) | |
| tree | 4fce0e4fce62b89bbc052ac9e28cde8606021ba2 /src/portal | |
| parent | 8f208c26b6fa1a9f3372679c047cab559c06e26b (diff) | |
| download | camu-master.tar.gz camu-master.tar.bz2 camu-master.zip | |
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal')
| -rw-r--r-- | src/portal/meson.build | 2 |
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] |