Skip to content

Commit aa91ebb

Browse files
author
Guru Hb
committed
8237944: webview native cl "-m32" unknown option for windows 32-bit build
Reviewed-by: kcr
1 parent 56267e1 commit aa91ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/javafx.web/src/main/native/Tools/Scripts/webkitdirs.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ sub generateBuildSystemFromCMakeProject
22972297
# Some ports have production mode, but build-webkit should always use developer mode.
22982298
push @args, "-DDEVELOPER_MODE=ON" if isGtk() || isJSCOnly() || isWPE() || isWinCairo();
22992299

2300-
if (architecture() eq "x86_64" && shouldBuild32Bit()) {
2300+
if (architecture() eq "x86_64" && shouldBuild32Bit() && !(isJava() && isCygwin())) {
23012301
# CMAKE_LIBRARY_ARCHITECTURE is needed to get the right .pc
23022302
# files in Debian-based systems, for the others
23032303
# CMAKE_PREFIX_PATH will get us /usr/lib, which should be the

0 commit comments

Comments
 (0)