Skip to content

Commit

Permalink
Update build_init.cmd (#2388)
Browse files Browse the repository at this point in the history
Co-authored-by: Johnny Shaw <[email protected]>
  • Loading branch information
nodiuus and jxy-s authored Jan 19, 2025
1 parent e2dc41a commit 9196a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build_init.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
@setlocal enableextensions

call %~dp0\build_thirdparty.cmd INIT
call %~dp0\build_tools.cmd INIT
call "%~dp0build_thirdparty.cmd" INIT
call "%~dp0build_tools.cmd" INIT

0 comments on commit 9196a5e

Please sign in to comment.