Skip to content

Commit e0f84b7

Browse files
committed
split spaced args
1 parent 3de392c commit e0f84b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ resources = gnome.compile_resources(
1313
if target_machine.system() == 'windows'
1414
windows = import('windows')
1515
# this picks up the windres binary from the WINDRES env var
16-
resources += windows.compile_resources('vipsdisp.rc', args: '-O coff', depend_files: 'vipsdisp.ico')
16+
resources += windows.compile_resources('vipsdisp.rc',
17+
args: ['-O', 'coff'],
18+
depend_files: 'vipsdisp.ico')
1719
endif
1820

1921
headers = files (

0 commit comments

Comments
 (0)