Revision 94f1bbdd54841ac8696f14d9e3d2b5362b8f5980 authored by Brad King on 09 February 2022, 15:01:04 UTC, committed by Brad King on 09 February 2022, 15:07:51 UTC
In commit a624a3e1b3 (Ninja: Use deps=gcc for Intel Compiler on Windows,
2019-01-30, v3.14.0-rc1~30^2) we forgot to account for commit 6d74e7870b
(Ninja: Add dependencies on system-provided header files, 2016-03-15,
v3.6.0-rc1~265^2).
1 parent 6fe5df1
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top