diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3793b98b09b4..260b974e9843 100644 --- a/Makefile.in +++ b/Makefile.in @@ -240,6 +240,8 @@ build-nocheck: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cro cross-toolset: bootstrap fetch $(GNUMAKE) gb_Side=build -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools +ifneq ($(OS),MACOSX) + # # Install # @@ -258,6 +260,8 @@ install-strip: echo "Installation finished, you can now execute:" && \ echo "$(INSTALLDIR)/program/soffice" +endif # !MACOSX + ifeq ($(ENABLE_MACOSX_SANDBOX),YES) entitlements:=--entitlements $(BUILDDIR)/lo.xcent endif |