fixed lua bug with 'atan'
This commit is contained in:
parent
a610152ed9
commit
122ced71a7
|
@ -62,6 +62,8 @@ set(LUA_SRC
|
|||
|
||||
add_library(lua STATIC ${LUA_SRC})
|
||||
|
||||
target_compile_definitions(lua PRIVATE LUA_COMPAT_5_2)
|
||||
|
||||
################################
|
||||
# LPEG
|
||||
################################
|
||||
|
|
Loading…
Reference in New Issue