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

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