Added AIX configuration to premake4.lua.

This commit is contained in:
David Norton 2013-03-28 11:19:34 -04:00
parent 053703078b
commit eef65469ca

View File

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