aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nss.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/nss.rb')
-rw-r--r--Library/Formula/nss.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb
index c11606813..ebd1f46d2 100644
--- a/Library/Formula/nss.rb
+++ b/Library/Formula/nss.rb
@@ -16,7 +16,8 @@ class Nss < Formula
'NS_USE_GCC=1',
'NO_MDUPDATE=1',
'NSS_USE_SYSTEM_SQLITE=1',
- "NSPR_INCLUDE_DIR=#{HOMEBREW_PREFIX}/include/nspr"
+ "NSPR_INCLUDE_DIR=#{HOMEBREW_PREFIX}/include/nspr",
+ "NSPR_LIB_DIR=#{HOMEBREW_PREFIX}/lib"
]
args << 'USE_64=1' if MacOS.prefer_64_bit?