fixed lua dependency on libm
This commit is contained in:
parent
826e280db9
commit
be77ecf19d
@ -10,3 +10,4 @@ file(GLOB SOURCE
|
||||
|
||||
add_library(lua ${SOURCE})
|
||||
|
||||
target_link_libraries(lua m)
|
||||
|
Loading…
Reference in New Issue
Block a user