Added AIX configuration to premake4.lua.
This commit is contained in:
parent
053703078b
commit
eef65469ca
@ -74,6 +74,9 @@
|
||||
configuration { "solaris" }
|
||||
linkoptions { "-Wl,--export-dynamic" }
|
||||
|
||||
configuration "aix"
|
||||
defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" }
|
||||
links { "m" }
|
||||
|
||||
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user