masterfix DEV300: fix for make clean
This commit is contained in:
parent
156e15a27a
commit
c7ccd0ba40
1 changed files with 1 additions and 1 deletions
2
solenv/gbuild/platform/macosx.mk
Executable file → Normal file
2
solenv/gbuild/platform/macosx.mk
Executable file → Normal file
|
@ -29,7 +29,7 @@ GUI := UNX
|
|||
COM := GCC
|
||||
|
||||
# Darwin mktemp -t expects a prefix, not a pattern
|
||||
gb_MKTEMP := /usr/bin/mktemp -t gbuild.
|
||||
gb_MKTEMP ?= /usr/bin/mktemp -t gbuild.
|
||||
|
||||
gb_CC := cc
|
||||
gb_CXX := g++
|
||||
|
|
Loading…
Reference in a new issue