summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/mozwer-rust/moz.build
blob: a9b049ecfef27e387753dc71db188adff0213052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
RustLibrary("mozwer_s")

OS_LIBS += [
    "dbghelp",
    "kernel32",
    "ntdll",
    "ole32",
    "psapi",
    "shell32",
    "userenv",
    "ws2_32",
]