Skip to content

Commit 939091d

Browse files
committed
1.2.8 正确支持macosx m1
1 parent 1634723 commit 939091d

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
@@ -63,7 +63,7 @@ elseif(${EMMY_LUA_VERSION} STREQUAL "jit")
6363
#add_definitions(-DEMMY_LUA_JIT_SUPPORT_LUA_SETFUNCS)
6464
endif()
6565

66-
add_definitions(-DEMMY_CORE_VERSION="1.2.7")
66+
add_definitions(-DEMMY_CORE_VERSION="1.2.8")
6767

6868
if(EMMY_USE_LUA_SOURCE)
6969
add_definitions(-DEMMY_USE_LUA_SOURCE)

0 commit comments

Comments
 (0)