using absolute paths
This commit is contained in:
parent
83a6eca803
commit
7d14909448
1 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@ rem limitations under the License.
|
||||||
md build
|
md build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
call run_cmake.bat
|
call %~dp0\run_cmake.bat
|
||||||
call run_ninja.bat all
|
call %~dp0\run_ninja.bat all
|
||||||
call run_ninja.bat check-all
|
call %~dp0\run_ninja.bat check-all
|
Loading…
Reference in a new issue