keys.scala, etc.: Make merging public keys have a progress bar.
[tripe-android] / Makefile
index 35467a8..d077faf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -586,7 +586,7 @@ realclean::; rm -f $(REALCLEANFILES)
 
 repl: $(CLASSSTAMPS) $(foreach a,$(APKLIBS),$(JNIDIR.host-$(hostcpu))/$a)
        $(SCALA) -cp $(CLASSDIR) -Yno-load-impl-class \
-               -Djava.lib.path=$(JNIDIR.host-$(hostcpu)) \
+               -Djava.library.path=$(JNIDIR.host-$(hostcpu)) \
 
 t:; : $(show)
 .PHONY: t