summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/SCsub
blob: c28a1c86597d3fb09febb264d4788f7664c6c257 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

Import('env')
Import('env_gdnative')

env_gdnative.add_source_files(env.modules_sources, '*.cpp')

if "platform" in env and env["platform"] in ["linuxbsd", "iphone"]:
    env.Append(LINKFLAGS=["-rdynamic"])