Skip to content

Commit

Permalink
test/meson.build: fix muon build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Jun 28, 2023
1 parent a729600 commit c9db8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ elif cc.get_id() == 'clang'
endif

mksquashfs = find_program('mksquashfs')
integration_create = files('integration_create.sh')
squashfs = custom_target(
'squashfs.image',
output: 'squashfs.image',
env: {
'MKSQUASHFS': mksquashfs.full_path(),
},
command: ['./integration_create.sh', '', '@OUTPUT@', '@PRIVATE_DIR@'],
command: [integration_create, '', '@OUTPUT@', '@PRIVATE_DIR@'],
)

squashfs_h = custom_target(
Expand Down

0 comments on commit c9db8a9

Please sign in to comment.