Skip to content

Commit 7788ec9

Browse files
Merge pull request martinmarinov#9 from WIZARDISHUNGRY/master
Fixed compilation on OSX when jni_md.h not found
2 parents d4cffba + a936223 commit 7788ec9

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" "$(JAVA_HOME)/include/linux"
30+
INC += "$(JAVA_HOME)/include" "$(JAVA_HOME)/include/win32" "$(JAVA_HOME)/include/linux" "$(JAVA_HOME)/include/darwin"
3131

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

0 commit comments

Comments
 (0)