Skip to content

Commit 407b8a3

Browse files
committed
Fix mac link
1 parent 5c43fdd commit 407b8a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/link_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ JAVA_HOME="./jdks/mac/jdk-18"
99
# Build using jlink
1010
rm -rf dist/mac
1111
jlink \
12-
--module-path $JAVA_HOME/jmods \
12+
--module-path $JAVA_HOME/Contents/Home/jmods \
1313
--add-modules java.base,java.compiler,java.logging,java.sql,java.xml,jdk.compiler,jdk.jdi,jdk.unsupported,jdk.zipfs \
1414
--output dist/mac \
1515
--no-header-files \

0 commit comments

Comments
 (0)