Skip to content

Commit 6f347b6

Browse files
committed
Meson: use host_machine rather than target_machine
See: https://mesonbuild.com/Cross-compilation.html
1 parent e7fcc1b commit 6f347b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources = gnome.compile_resources(
1010
source_dir: 'gtk',
1111
)
1212

13-
if target_machine.system() == 'windows'
13+
if host_machine.system() == 'windows'
1414
windows = import('windows')
1515
resources += windows.compile_resources('vipsdisp.rc',
1616
args: ['-O', 'coff'],

0 commit comments

Comments
 (0)