diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2016-06-13 18:03:49 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2016-06-14 19:36:35 +0800 |
commit | 40ef86f9fe62380bbdb2b80ed4c67d1c2ecd33ea (patch) | |
tree | 1d507639c3787baebda9162da52c722df4270344 | |
parent | 6b2745e0119f7cd06fc586bb84406db2234e87d7 (diff) | |
download | dexon-mcl-40ef86f9fe62380bbdb2b80ed4c67d1c2ecd33ea.tar.gz dexon-mcl-40ef86f9fe62380bbdb2b80ed4c67d1c2ecd33ea.tar.zst dexon-mcl-40ef86f9fe62380bbdb2b80ed4c67d1c2ecd33ea.zip |
add include header for jni_md.h
-rw-r--r-- | java/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Makefile b/java/Makefile index 6203764..a14c951 100644 --- a/java/Makefile +++ b/java/Makefile @@ -9,7 +9,7 @@ else CFLAGS+=-z noexecstack LDFLAGS+=-lrt endif -CFLAGS+= -shared $(JAVA_INC) -I ../include -I ../../xbyak -I ../../cybozulib/include -Wno-strict-aliasing +CFLAGS+= -shared $(JAVA_INC) $(JAVA_INC)/linux -I ../include -I ../../xbyak -I ../../cybozulib/include -Wno-strict-aliasing MCL_LIB=../lib/libmcl.a PACKAGE_NAME=com.herumi.mcl |