Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install jna JAR.
  • Loading branch information
jnthn committed Oct 12, 2013
1 parent 43567c3 commit 0040bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/Makefile-JVM.in
Expand Up @@ -163,6 +163,7 @@ install: all
$(CP) 3rdparty/asm/asm-4.1.jar $(NQP_JAR_DIR)
$(CP) 3rdparty/asm/asm-tree-4.1.jar $(NQP_JAR_DIR)
$(CP) 3rdparty/jline/jline-1.0.jar $(NQP_JAR_DIR)
$(CP) 3rdparty/jna/jna.jar $(NQP_JAR_DIR)
$(CP) $(RUNTIME_JAR) $(NQP_JAR_DIR)
$(CP) $(NQP_MO_JAR) $(NQP_LIB_DIR)
$(CP) $(MODULE_LOADER_JAR) $(NQP_LIB_DIR)
Expand Down

0 comments on commit 0040bf6

Please sign in to comment.