Skip to content

Commit

Permalink
readme: build by default=can_run_host_binaries (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siborgium committed Dec 3, 2022
1 parent af5c659 commit 571b9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ readme = custom_target('readme',
grid_server_exe.full_path()
],
depends: [bar_exe, dmenu_exe, grid_client_exe, grid_server_exe],
build_by_default: false
build_by_default: meson.can_run_host_binaries()
)

install_data(
Expand Down

0 comments on commit 571b9b2

Please sign in to comment.