We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4817145 commit b17e212Copy full SHA for b17e212
CMakeLists.txt
@@ -69,7 +69,7 @@ endif()
69
70
# include jni.h and jni_md.h
71
if(NOT DEFINED JNI_INCLUDE_DIRS)
72
- if(OS_NAME MATCHES "^Linux" OR OS_NAME STREQUAL "Mac")
+ if(OS_NAME MATCHES "^Linux" OR OS_NAME STREQUAL "Darwin")
73
set(JNI_INCLUDE_DIRS .github/include/unix)
74
elseif(OS_NAME STREQUAL "Windows")
75
set(JNI_INCLUDE_DIRS .github/include/windows)
0 commit comments