mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
ci: force missing include for java
Otherwise JNAetor enry.jar binding generation on CI using `make all` results in ``` /home/travis/build/bzz/enry/java/shared/libenry.h:8:0: error: File not found: stddef.h in . /usr/include /usr/local/include /usr/include/c++/4.8.4 /usr/include/c++/4.8.4/tr1 ``` Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
@ -18,6 +18,7 @@ $(JAR): $(RESOURCES_DIR) $(JNAERATOR_JAR)
|
|||||||
-package tech.sourced.enry.nativelib \
|
-package tech.sourced.enry.nativelib \
|
||||||
-library enry \
|
-library enry \
|
||||||
$(HEADER_FILE) \
|
$(HEADER_FILE) \
|
||||||
|
-I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \
|
||||||
-o $(JARS_DIR) \
|
-o $(JARS_DIR) \
|
||||||
-mode StandaloneJar \
|
-mode StandaloneJar \
|
||||||
-runtime JNA;
|
-runtime JNA;
|
||||||
|
Reference in New Issue
Block a user