Skip to content

Commit

Permalink
make native_build working again
Browse files Browse the repository at this point in the history
  • Loading branch information
nkiesel committed Jun 22, 2024
1 parent 7bdcff3 commit 984743f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion native_build
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ if [[ -z $jar ]]; then
fi


$GRAALVM_HOME/bin/native-image -H:IncludeResources='com/sun/jna/darwin-aarch64/libjnidispatch.jnilib' -jar $jar --no-fallback ch
$GRAALVM_HOME/bin/native-image \
--strict-image-heap \
--no-fallback \
--initialize-at-build-time=com.github.ajalt.mordant.internal.nativeimage.NativeImagePosixMppImpls \
-H:+UnlockExperimentalVMOptions \
-H:IncludeResources='com/sun/jna/darwin-aarch64/libjnidispatch.jnilib' \
-jar $jar ch

0 comments on commit 984743f

Please sign in to comment.