Skip to content

Commit 6b93dd2

Browse files
committed
Added missing linux jni include path
1 parent 8c71e77 commit 6b93dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JavaGUI/jni/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
endif
2828

2929
# Headers
30-
INC += "$(JAVA_HOME)/include" "$(JAVA_HOME)/include/win32"
30+
INC += "$(JAVA_HOME)/include" "$(JAVA_HOME)/include/win32" "$(JAVA_HOME)/include/linux"
3131

3232
# Discover the library extension for each OS
3333
ifeq ($(OS),Windows_NT)

0 commit comments

Comments
 (0)