summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/use-nasm/moz.build
blob: 63ac5283f6f5e1699041fa8e42fd6f1d3953e0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/


@template
def Library(name):
    LIBRARY_NAME = name


Library("dummy")

USE_NASM = True

SOURCES += ["test1.S"]