diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-01-05 22:39:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-01-06 10:27:50 +0100 |
commit | 0191e8e177b468336aacdeefde5dadf1134d228a (patch) | |
tree | b62ce58ba8b3e922b8452e56140eced3a8605ba5 /solenv | |
parent | 624c5c53abffdd805d4108417e1025aab07e1a84 (diff) |
macOS /usr/bin/mktemp already adds a dot to the prefix
(at least the version on macOS 10.15.2 does)
Change-Id: Ie7525216542e1db686adb151774d20ff69d9e8f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86252
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index eec2b052cb7e..1156255e3769 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -22,7 +22,7 @@ gb_SDKDIR := $(MACOSX_SDK_PATH) include $(GBUILDDIR)/platform/com_GCC_defs.mk # Darwin mktemp -t expects a prefix, not a pattern -gb_MKTEMP ?= /usr/bin/mktemp -t gbuild. +gb_MKTEMP ?= /usr/bin/mktemp -t gbuild gb_OSDEFS := \ -D$(OS) \ |