Unverified Commit 207d76a1 authored by forDream's avatar forDream Committed by GitHub

elegant variables

parent f7947140
...@@ -28,7 +28,7 @@ MKDIR %TARGET%\armeabi-v7a>nul 2>nul ...@@ -28,7 +28,7 @@ MKDIR %TARGET%\armeabi-v7a>nul 2>nul
MKDIR %TARGET%\x86>nul 2>nul MKDIR %TARGET%\x86>nul 2>nul
MKDIR %TARGET%\arm64-v8a>nul 2>nul MKDIR %TARGET%\arm64-v8a>nul 2>nul
SET CC=%ANDROID_NDK_HOME%\toolchains\arm-linux-androideabi-4.9\prebuilt\windows-x86_64\bin\arm-linux-androideabi-gcc.exe SET CC=%ANDROID_ARM_TOOLCHAIN%\bin\arm-linux-androideabi-gcc.exe
REM Check environment availability REM Check environment availability
IF NOT EXIST %CC% ( IF NOT EXIST %CC% (
...@@ -132,4 +132,4 @@ IF %BUILD% == 1 ( ...@@ -132,4 +132,4 @@ IF %BUILD% == 1 (
) )
ECHO "Successfully build overture" ECHO "Successfully build overture"
ENDLOCAL ENDLOCAL
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment