Fixed ninja binary location logic to use ninja.BIN_DIR. Previous logic no longer...
commit8999666f07311ba025ee91e801c04dd2fd5adb96
authorWilliam Deegan <bill@baddogconsulting.com>
Mon, 25 Nov 2024 04:47:03 +0000 (24 20:47 -0800)
committerWilliam Deegan <bill@baddogconsulting.com>
Mon, 25 Nov 2024 04:48:20 +0000 (24 20:48 -0800)
tree24df78c610ecef25ecd8f08862cc2aea44ce5658
parentc580a721ccabcf1fc9789e0a3f906cb2c08db0da
Fixed ninja binary location logic to use ninja.BIN_DIR. Previous logic no longer works starting with python ninja package version 1.11.1.2
26 files changed:
CHANGES.txt
RELEASE.txt
SCons/Tool/ninja/NinjaState.py
test/ninja/build_libraries.py
test/ninja/command_line_targets.py
test/ninja/copy_function_command.py
test/ninja/default_targets.py
test/ninja/force_scons_callback.py
test/ninja/generate_and_build.py
test/ninja/generate_and_build_cxx.py
test/ninja/generate_source.py
test/ninja/generated_sources_alias.py
test/ninja/iterative_speedup.py
test/ninja/mingw_command_generator_action.py
test/ninja/mingw_depfile_format.py
test/ninja/mkdir_function_command.py
test/ninja/multi_env.py
test/ninja/ninja_command_line.py
test/ninja/ninja_conftest.py
test/ninja/ninja_file_deterministic.py
test/ninja/ninja_handle_control_c_rebuild.py
test/ninja/no_for_sig_subst.py
test/ninja/response_file.py
test/ninja/shell_command.py
test/ninja/shutdown_scons_daemon.py
testing/framework/TestSCons.py