We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c71e77 commit 6b93dd2Copy full SHA for 6b93dd2
1 file changed
JavaGUI/jni/makefile
@@ -27,7 +27,7 @@ else
27
endif
28
29
# Headers
30
-INC += "$(JAVA_HOME)/include" "$(JAVA_HOME)/include/win32"
+INC += "$(JAVA_HOME)/include" "$(JAVA_HOME)/include/win32" "$(JAVA_HOME)/include/linux"
31
32
# Discover the library extension for each OS
33
ifeq ($(OS),Windows_NT)
0 commit comments