Skip to content

Commit

Permalink
🐛 Update meson.build fix blastpipe already being built.
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Rose, MSc <[email protected]>
  • Loading branch information
rjdbcm authored May 3, 2024
1 parent 1aaae16 commit 7b5cf04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ foreach source : root_files
endforeach
if get_option('ozi-blastpipe').enabled()
# BEGIN BOOTSTRAP SCRIPT
subproject('blastpipe')
# subproject('blastpipe')
message('blastpipe bootstrap unavailable')
# END BOOTSTRAP SCRIPT
endif
root_children = ['ozi', 'tests']
Expand Down

0 comments on commit 7b5cf04

Please sign in to comment.