JAVA_HOME jni issue

This commit is contained in:
rusefillc 2023-08-06 07:45:42 -04:00
parent d77fb3bf24
commit d7fc771971
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ AOPT = -fPIC -I$(JAVA_HOME)/include
ifeq ($(OS),Windows_NT)
# TODO: add validation to assert that we do not have Windows slash in JAVA_HOME variable
# for instance "C:/Progra~1/Zulu/zulu-11" would be good "C:\Progra~1\Zulu\zulu-11" would be bad
AOPT += -I$(JAVA_HOME)/include/win32
else
ifeq ($(IS_MAC),yes)