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.
2 parents cc139bb + a850c2b commit c1a8ac0Copy full SHA for c1a8ac0
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 "Mac" 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