Merge pull request #141908 from hrhino/fix/dzaima-apl

dapl, dapl-native: fix
This commit is contained in:
figsoda 2021-10-16 18:31:37 -04:00 committed by GitHub
commit 50ff5c608a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
runHook preBuild
patchShebangs --build ./build
substituteInPlace ./build \
--replace "javac" "javac -encoding utf8"
./build
'' + lib.optionalString buildNativeImage ''
native-image --report-unsupported-elements-at-runtime \