Merge AIX changes

This commit is contained in:
Jason Perkins 2013-04-03 11:54:39 -04:00
commit 5e4993b1d3

View File

@ -74,6 +74,9 @@
configuration { "solaris" }
linkoptions { "-Wl,--export-dynamic" }
configuration "aix"
defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" }
links { "m" }
--