sdl: added -ldl flag for lua SF3424048

This commit is contained in:
punkrockguy318 2011-10-19 07:53:16 +00:00
parent ca8fb4ab08
commit 6517f99833
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ else:
# If we're POSIX, we use LUA_USE_LINUX since that combines usual lua posix defines with dlfcn calls for dynamic library loading.
# Should work on any *nix
env.Append(CCFLAGS = ["-DLUA_USE_LINUX"])
env.Append(LINKFLAGS = ["-ldl"])
### Search for gd if we're not in Windows
if env['PLATFORM'] != 'win32' and env['PLATFORM'] != 'cygwin' and env['CREATE_AVI'] and env['LOGO']: