summaryrefslogtreecommitdiffstats
blob: f4bd28604b77ec25b7324bce495aa9ab45ae59c0 (plain)
1
2
3
4
5
6
7
8
Import("swiftools_env", "env")

sources = []
if swiftools_env["PLATFORM"] == "darwin" and swiftools_env["target"] == "native" :
    sources += ["CocoaAction.mm"]

objects = swiftools_env.StaticObject(sources)
swiftools_env.Append(SWIFTOOLS_OBJECTS = [objects])