Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed May 13, 2024
1 parent 95aa77a commit 5028e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supy_driver/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ endforeach
# invoke make in the suews directory to build the objects
build_suews = custom_target(
'suews_objects',
command: ['make', '-C', '../../suews/', '&&', 'touch', 'dummy.flag'],
command: ['make', '-C', '../../suews/'],
build_by_default: true,
output: ['dummy.flag'],
)
Expand Down

0 comments on commit 5028e3c

Please sign in to comment.