зеркало из https://github.com/mozilla/pjs.git
Bugzilla bug #63019: NSS still uses NSPR static libraries, so we'll have
to continue to build NSPR static libraries until that NSS bug is fixed.
This commit is contained in:
Родитель
5a727c8b19
Коммит
f4cc0ccc77
|
@ -130,14 +130,10 @@ endif
|
|||
endif
|
||||
|
||||
ifndef TARGETS
|
||||
ifdef SHARED_LIBRARY
|
||||
ifeq (,$(filter-out WINNT OS2,$(OS_ARCH)))
|
||||
TARGETS = $(SHARED_LIBRARY) $(IMPORT_LIBRARY)
|
||||
TARGETS = $(LIBRARY) $(SHARED_LIBRARY) $(IMPORT_LIBRARY)
|
||||
else
|
||||
TARGETS = $(SHARED_LIBRARY)
|
||||
endif
|
||||
else
|
||||
TARGETS = $(LIBRARY)
|
||||
TARGETS = $(LIBRARY) $(SHARED_LIBRARY)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче