summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/library-defines/libb/moz.build
blob: f4cf7b31a06d42fc1c09918b02a6b10d3160deac (plain)
1
2
3
4
5
6
7
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

Library("libb")
FINAL_LIBRARY = "liba"
LIBRARY_DEFINES["IN_LIBB"] = True
USE_LIBS += ["libd"]