JNI for test coverage #3965

hello darwin
This commit is contained in:
rusefillc 2022-02-26 18:20:57 -05:00
parent 142b30a576
commit a073c341cd
1 changed files with 5 additions and 1 deletions

View File

@ -137,7 +137,11 @@ AOPT = -fPIC -I$(JAVA_HOME)/include
ifeq ($(OS),Windows_NT)
AOPT += -I$(JAVA_HOME)/include/win32
else
AOPT += -I$(JAVA_HOME)/include/linux
ifeq ($(IS_MAC),yes)
AOPT += -I$(JAVA_HOME)/include/darwin
else
AOPT += -I$(JAVA_HOME)/include/linux
endif
endif
# Define C warning options here