Merge pull request #141908 from hrhino/fix/dzaima-apl
dapl, dapl-native: fix
This commit is contained in:
commit
50ff5c608a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user