Skip to content

Commit

Permalink
1.2.8 正确支持macosx m1
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Apr 7, 2022
1 parent 1634723 commit 939091d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ elseif(${EMMY_LUA_VERSION} STREQUAL "jit")
#add_definitions(-DEMMY_LUA_JIT_SUPPORT_LUA_SETFUNCS)
endif()

add_definitions(-DEMMY_CORE_VERSION="1.2.7")
add_definitions(-DEMMY_CORE_VERSION="1.2.8")

if(EMMY_USE_LUA_SOURCE)
add_definitions(-DEMMY_USE_LUA_SOURCE)
Expand Down

0 comments on commit 939091d

Please sign in to comment.