Skip to content

Commit

Permalink
meson: Fix invocation of build.py
Browse files Browse the repository at this point in the history
We should not rely on it being executable and having a shebang.
  • Loading branch information
oleavr committed Apr 23, 2024
1 parent d06b6d2 commit 0c52824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_agent = find_program('build.py')
build_agent = [python, files('build.py')]

subdir('fs')
subdir('tracer')
Expand Down

0 comments on commit 0c52824

Please sign in to comment.