Browse Source

windows-msys: use chroot dir in meson build dir

master
parent
commit
31c29ade11
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      windows-msys/meson.build

2
windows-msys/meson.build

@ -359,7 +359,7 @@ run_target ( @@ -359,7 +359,7 @@ run_target (
command: [ 'echo', 'done' ],
depends: mingw_zrythm_pkg)
chroot_dir = '/tmp/zrythm' + dash_trial + '-chroot'
chroot_dir = meson.current_build_dir () / 'zrythm' + dash_trial + '-chroot'
windows_chroot_target = custom_target (
'windows-chroot',
output: 'zrythm-test',

Loading…
Cancel
Save