We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56267e1 commit aa91ebbCopy full SHA for aa91ebb
modules/javafx.web/src/main/native/Tools/Scripts/webkitdirs.pm
@@ -2297,7 +2297,7 @@ sub generateBuildSystemFromCMakeProject
2297
# Some ports have production mode, but build-webkit should always use developer mode.
2298
push @args, "-DDEVELOPER_MODE=ON" if isGtk() || isJSCOnly() || isWPE() || isWinCairo();
2299
2300
- if (architecture() eq "x86_64" && shouldBuild32Bit()) {
+ if (architecture() eq "x86_64" && shouldBuild32Bit() && !(isJava() && isCygwin())) {
2301
# CMAKE_LIBRARY_ARCHITECTURE is needed to get the right .pc
2302
# files in Debian-based systems, for the others
2303
# CMAKE_PREFIX_PATH will get us /usr/lib, which should be the
0 commit comments