mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-13 20:53:46 +08:00
Attempt to fix syntax error
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@echo off
|
||||
|
||||
if ("%2"=="")(
|
||||
echo "Usage: compile_windows.bat <architecture> <buildType>"
|
||||
echo ""
|
||||
echo "architecture: the target architecture to build for. Architectures are the docker architectures (e.g. 386 or amd64)."
|
||||
echo "buildType: either Release or Debug"
|
||||
exit 1
|
||||
if ("%2"=="") ( ^
|
||||
echo "Usage: compile_windows.bat <architecture> <buildType>" && ^
|
||||
echo "" && ^
|
||||
echo "architecture: the target architecture to build for. Architectures are the docker architectures (e.g. 386 or amd64)." && ^
|
||||
echo "buildType: either Release or Debug" && ^
|
||||
exit 1 ^
|
||||
)
|
||||
|
||||
#Execute build with windows Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user