Skip to content

Commit 843b6a2

Browse files
authored
Add JNA lib to be used with JLINE_TERMINAL_JNA
1 parent cc8ffb1 commit 843b6a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/bin/scalac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ classpathArgs () {
7373
# jine
7474
toolchain+="$JLINE_READER$PSEP"
7575
toolchain+="$JLINE_TERMINAL$PSEP"
76-
toolchain+="$JLINE_TERMINAL_JNA"
76+
toolchain+="$JLINE_TERMINAL_JNA$PSEP"
77+
toolchain+="$JNA"
7778

7879
jvm_cp_args="-classpath \"$toolchain\""
7980
}

0 commit comments

Comments
 (0)