Fix Java Makefile on Darwin (#936)
* Fixes the logic for Dylib extensions on macOS. * Adds an uninstall task and documentation.
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
dab5060005
commit
94b1168776
@@ -15,6 +15,9 @@ jar:
|
||||
install: lib jar
|
||||
$(MAKE) -f Makefile.build install
|
||||
|
||||
uninstall:
|
||||
$(MAKE) -f Makefile.build uninstall
|
||||
|
||||
gen_const:
|
||||
cd .. && python const_generator.py java
|
||||
|
||||
|
||||
Reference in New Issue
Block a user