openjfx{17,21,23}: fix build with GCC 14
This commit is contained in:
@@ -115,6 +115,8 @@ stdenv.mkDerivation {
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
# GCC 14 makes these errors by default
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=int-conversion";
|
||||
env.config = writeText "gradle.properties" ''
|
||||
CONF = Release
|
||||
JDK_HOME = ${jdk-bootstrap.home}
|
||||
|
||||
Reference in New Issue
Block a user