diff options
Diffstat (limited to 'src/rust/build.rs')
-rw-r--r-- | src/rust/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rust/build.rs b/src/rust/build.rs index bf389cf7df..123d5c0682 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -172,6 +172,7 @@ pub fn main() { cfg.from_cflags("TOR_ZLIB_LIBS"); cfg.from_cflags("TOR_LIB_MATH"); + cfg.from_cflags("NSS_LIBS"); cfg.from_cflags("TOR_OPENSSL_LIBS"); cfg.from_cflags("TOR_LIBEVENT_LIBS"); cfg.from_cflags("TOR_LIB_WS32"); |