Effective DisplayServer separation, rename X11 -> LinuxBSD
This commit is contained in:
parent
4396e98834
commit
f8a79a97c7
83 changed files with 1304 additions and 5378 deletions
|
|
@ -5,5 +5,5 @@ Import('env_gdnative')
|
|||
|
||||
env_gdnative.add_source_files(env.modules_sources, '*.cpp')
|
||||
|
||||
if "platform" in env and env["platform"] in ["x11", "iphone"]:
|
||||
if "platform" in env and env["platform"] in ["linuxbsd", "iphone"]:
|
||||
env.Append(LINKFLAGS=["-rdynamic"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue