diff options
author | Adam Treat <[email protected]> | 2017-11-27 09:24:32 -0500 |
---|---|---|
committer | Adam Treat <[email protected]> | 2018-01-19 16:29:50 +0000 |
commit | 535664553034713d13ac60ea5b7a0a4e66e5aa34 (patch) | |
tree | 48dbb3939215668208c2f91290468f2b3f7967a1 | |
parent | 51881665d04c5f736faa523d3a6c65b55fde532a (diff) |
Change-Id: Ie11ecfd225315d8e0d03ea5e9d966207acdb2bc3
Reviewed-by: Miikka Heikkinen <[email protected]>
Reviewed-by: Tomi Korpipää <[email protected]>
-rw-r--r-- | Lua.pro | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ CONFIG += console warn_off installed win32 { DEFINES += LUA_ANSI LUA_BUILD_AS_DLL LUA_DL_DLL } -linux { +linux | qnx { CONFIG += staticlib DEFINES += LUA_ANSI LUA_USE_DLOPEN } |