1
0
Fork 0

using absolute paths

This commit is contained in:
Christian Kühnel 2019-11-27 09:01:07 +00:00
parent 83a6eca803
commit 7d14909448

View file

@ -14,6 +14,6 @@ rem limitations under the License.
md build
cd build
call run_cmake.bat
call run_ninja.bat all
call run_ninja.bat check-all
call %~dp0\run_cmake.bat
call %~dp0\run_ninja.bat all
call %~dp0\run_ninja.bat check-all