summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/SCsub
blob: 4212e87a875fe10874031b255f7c58149ad335e7 (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"])