diff options
Diffstat (limited to 'toolkit/crashreporter/mozwer-rust/moz.build')
-rw-r--r-- | toolkit/crashreporter/mozwer-rust/moz.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolkit/crashreporter/mozwer-rust/moz.build b/toolkit/crashreporter/mozwer-rust/moz.build new file mode 100644 index 0000000000..dc37e8cced --- /dev/null +++ b/toolkit/crashreporter/mozwer-rust/moz.build @@ -0,0 +1,11 @@ +RustLibrary("mozwer_s") + +OS_LIBS += [ + "dbghelp", + "kernel32", + "ntdll", + "ole32", + "shell32", + "userenv", + "ws2_32", +] |