cmake: lua: use COMMON_CFLAGS
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Fri, 30 Mar 2012 21:51:59 +0000 (23:51 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Fri, 30 Mar 2012 22:31:17 +0000 (01:31 +0300)
This fixes LUA_USE_DLOPEN having no effect.

src/lua/CMakeLists.txt

index 56c70d2808f2bb3bdeea4446b1cb172297539767..f2f8b976830c60dddadf24bdea8421641e6df882 100644 (file)
@@ -89,6 +89,11 @@ if(LUA_ANSI)
        set(COMMON_CFLAGS "${COMMON_CFLAGS} -DLUA_ANSI")
 endif(LUA_ANSI)
 
+#
+# COMMON_CFLAGS has no effect without this line
+#
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COMMON_CFLAGS}")
+
 #
 # standard flags to use for each build type.
 #