mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
Issue #1342 - Remove support for system NSPR/NSS
This commit is contained in:
parent
a7a26d5d62
commit
0070369171
11 changed files with 24 additions and 95 deletions
|
|
@ -63,17 +63,15 @@ JSSHELL_BINS = \
|
|||
$(DLL_PREFIX)mozglue$(DLL_SUFFIX) \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_SYSTEM_NSPR
|
||||
ifdef MOZ_FOLD_LIBS
|
||||
JSSHELL_BINS += $(DLL_PREFIX)nss3$(DLL_SUFFIX)
|
||||
else
|
||||
JSSHELL_BINS += \
|
||||
$(DLL_PREFIX)nspr4$(DLL_SUFFIX) \
|
||||
$(DLL_PREFIX)plds4$(DLL_SUFFIX) \
|
||||
$(DLL_PREFIX)plc4$(DLL_SUFFIX) \
|
||||
$(NULL)
|
||||
endif # MOZ_FOLD_LIBS
|
||||
endif # MOZ_SYSTEM_NSPR
|
||||
ifdef MOZ_FOLD_LIBS
|
||||
JSSHELL_BINS += $(DLL_PREFIX)nss3$(DLL_SUFFIX)
|
||||
else
|
||||
JSSHELL_BINS += \
|
||||
$(DLL_PREFIX)nspr4$(DLL_SUFFIX) \
|
||||
$(DLL_PREFIX)plds4$(DLL_SUFFIX) \
|
||||
$(DLL_PREFIX)plc4$(DLL_SUFFIX) \
|
||||
$(NULL)
|
||||
endif # MOZ_FOLD_LIBS
|
||||
|
||||
ifdef MSVC_C_RUNTIME_DLL
|
||||
JSSHELL_BINS += $(MSVC_C_RUNTIME_DLL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue