package.bat works from any directory
This commit is contained in:
parent
61a079b0ae
commit
5bfb737720
|
@ -1,3 +1,4 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
call bin\build.bat /DPACKAGE_SUPER_X64
|
SET mypath=%~dp0
|
||||||
|
call %mypath:~0,-1%\build.bat /DPACKAGE_SUPER_X64
|
||||||
|
|
Loading…
Reference in New Issue