fixed lua bug with 'atan'

This commit is contained in:
Vadim Grigoruk 2018-05-21 13:58:38 +03:00
parent a610152ed9
commit 122ced71a7
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ set(LUA_SRC
add_library(lua STATIC ${LUA_SRC})
target_compile_definitions(lua PRIVATE LUA_COMPAT_5_2)
################################
# LPEG
################################