Skip to content

Commit

Permalink
Fix idiocy
Browse files Browse the repository at this point in the history
  • Loading branch information
abadams committed Feb 5, 2024
1 parent d902f9e commit 364595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ def add_halide_cmake_test_steps(factory, builder_type):
apps_cmake_defs['ENABLE_APPS_HANNK'] = 'ON' if want_hannk else 'OFF'

# apps/c_backend has some sort of weird file system race condition when invoked on the build bots on windows
if builder_type.os == "windows" in halide_target:
if builder_type.os == "windows":
apps_cmake_defs['ENABLE_APPS_C_BACKEND'] = 'OFF'

factory.addStep(
Expand Down

0 comments on commit 364595f

Please sign in to comment.