nss: remove old code.
This commit is contained in:
parent
0125e7ccf8
commit
88d960f1b9
1 changed files with 1 additions and 1 deletions
|
@ -29,8 +29,8 @@ class Nss < Formula
|
|||
NSS_USE_SYSTEM_SQLITE=1
|
||||
NSPR_INCLUDE_DIR=#{Formula["nspr"].opt_include}/nspr
|
||||
NSPR_LIB_DIR=#{Formula["nspr"].opt_lib}
|
||||
USE_64=1
|
||||
]
|
||||
args << "USE_64=1" if MacOS.prefer_64_bit?
|
||||
|
||||
# Remove the broken (for anyone but Firefox) install_name
|
||||
inreplace "coreconf/Darwin.mk", "-install_name @executable_path", "-install_name #{lib}"
|
||||
|
|
Loading…
Reference in a new issue