summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/SCsub
blob: 92c9d6630d4a140e2d4c679b17ffab17b7c016b8 (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 ["x11", "iphone"]:
    env.Append(LINKFLAGS=["-rdynamic"])