Skip to content

Commit

Permalink
Fixed compilation on OSX when jni_md.h not found
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardishungry committed Nov 28, 2017
1 parent d4cffba commit a936223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaGUI/jni/makefile
Expand Up @@ -27,7 +27,7 @@ else
endif

# Headers
INC += "$(JAVA_HOME)/include" "$(JAVA_HOME)/include/win32" "$(JAVA_HOME)/include/linux"
INC += "$(JAVA_HOME)/include" "$(JAVA_HOME)/include/win32" "$(JAVA_HOME)/include/linux" "$(JAVA_HOME)/include/darwin"

# Discover the library extension for each OS
ifeq ($(OS),Windows_NT)
Expand Down

0 comments on commit a936223

Please sign in to comment.