File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- exec java -Xbootclasspath/a:.:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/jline/jline-1.0.jar:nqp.jar nqp " $@ "
2
+ exec java -Xbootclasspath/a:.:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar: nqp.jar nqp " $@ "
Original file line number Diff line number Diff line change 1
- @ java -Xbootclasspath/a:.;nqp-runtime.jar;3rdparty/asm/asm-4.1.jar;3rdparty/jline/jline-1.0.jar;nqp.jar nqp %*
1
+ @ java -Xbootclasspath/a:.;nqp-runtime.jar;3rdparty/asm/asm-4.1.jar;3rdparty/jline/jline-1.0.jar;3rdparty/jna/jna.jar; nqp.jar nqp %*
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUNTIME_JAVAS = \
25
25
26
26
RUNTIME_JAR = nqp-runtime.jar
27
27
28
- THIRDPARTY_JARS = $(ASM)asm-4.1.jar@cpsep@$(ASM)asm-tree-4.1.jar@cpsep@3rdparty/jline/jline-1.0.jar
28
+ THIRDPARTY_JARS = $(ASM)asm-4.1.jar@cpsep@$(ASM)asm-tree-4.1.jar@cpsep@3rdparty/jline/jline-1.0.jar@cpsep@3rdparty/jna/jna.jar
29
29
STAGE0 = src/vm/jvm/stage0
30
30
STAGE1 = src/stage1
31
31
STAGE2 = src/stage2
You can’t perform that action at this time.
0 commit comments