Merge pull request #141908 from hrhino/fix/dzaima-apl
dapl, dapl-native: fix
This commit is contained in:
commit
50ff5c608a
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue