Skip to content

Commit a850c2b

Browse files
author
prabhdatnoor
committed
also add Mac for arm mac support
1 parent b17e212 commit a850c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ endif()
6969

7070
# include jni.h and jni_md.h
7171
if(NOT DEFINED JNI_INCLUDE_DIRS)
72-
if(OS_NAME MATCHES "^Linux" OR OS_NAME STREQUAL "Darwin")
72+
if(OS_NAME MATCHES "^Linux" OR OS_NAME STREQUAL "Mac" OR OS_NAME STREQUAL "Darwin")
7373
set(JNI_INCLUDE_DIRS .github/include/unix)
7474
elseif(OS_NAME STREQUAL "Windows")
7575
set(JNI_INCLUDE_DIRS .github/include/windows)

0 commit comments

Comments
 (0)