diff options
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top index 2b0cac09df04..0e85de6c87e5 100644 --- a/Makefile.top +++ b/Makefile.top @@ -435,7 +435,12 @@ build-nocheck : build cross-toolset: bootstrap fetch cd cross_toolset && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) - +ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) +ifneq (WNT,$(OS)) +# We need to build nss for nsinstall... See NSINSTALL=... in nss/makefile.mk + $(GNUMAKE) gb_Side=build nss +endif +endif # # Install |