summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/host-program-paths/moz.build
blob: ef9175fa54e366f62c339bc50e884e6e803d2e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/


@template
def HostProgram(name):
    HOST_PROGRAM = name


DIRS += [
    "final-target",
    "installed",
    "not-installed",
]