Commit 95db29bd authored by Reker's avatar Reker Committed by Max Lv

Fix Windows build script of overture (#1582)

make.bat not detect Windows go binary due to missing '.exe' of filename
when the script convert from bash to bat
parent 7297a266
......@@ -46,7 +46,7 @@ IF NOT EXIST %ANDROID_X86_CC% (
--api %MIN_API% --install-dir %ANDROID_X86_TOOLCHAIN%
)
IF NOT EXIST %DIR%\go\bin\go (
IF NOT EXIST %DIR%\go\bin\go.exe (
ECHO "Build the custom go"
PUSHD %DIR%\go\src
......
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