mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-15 13:43:44 +08:00
Support 32bit JVM on Windows 32bit builds
This commit is contained in:
@@ -8,8 +8,11 @@ if ("%2"=="") ( ^
|
||||
exit 1 ^
|
||||
)
|
||||
|
||||
if "%1"=="386" (set bit=32) ^
|
||||
else (set bit=64)
|
||||
|
||||
:: Execute build with windows Dockerfile
|
||||
docker build -t jcefbuild --file DockerfileWindows .
|
||||
docker build -t jcefbuild%bit% --file DockerfileWindows%bit% .
|
||||
|
||||
:: Execute run with windows Dockerfile
|
||||
docker run -v jcef:c:/jcef -v out:c:/out -e TARGETARCH=%1 -e BUILD_TYPE=%2 jcefbuild
|
||||
docker run -v jcef:c:/jcef -v out:c:/out -e TARGETARCH=%1 -e BUILD_TYPE=%2 jcefbuild%bit%
|
||||
|
||||
Reference in New Issue
Block a user