nss: remove old code.

This commit is contained in:
Mike McQuaid 2019-01-06 14:57:53 +00:00
parent 0125e7ccf8
commit 88d960f1b9

View file

@ -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}"