mirror of https://github.com/axmolengine/axmol.git
Fix run.bat path
This commit is contained in:
parent
93e250889f
commit
9b84a46b12
|
@ -11,7 +11,7 @@ cd /d %myDir%Resources
|
|||
echo The working directory is: %cd%
|
||||
|
||||
set APP_NAME=@APP_NAME@
|
||||
set BUILD_DIR=@CMAKE_BUILD_RELATIVE_DIR@
|
||||
set BUILD_DIR=%myDir%@CMAKE_BUILD_RELATIVE_DIR@
|
||||
set BUILD_CFG=%1
|
||||
|
||||
rem Determine which build config to run
|
||||
|
|
Loading…
Reference in New Issue