build: Use "true" instead of /bin/true, since it's /usr/bin/true on Darwin
This commit is contained in:
parent
2bd78c176d
commit
e2d4fb0fb2
|
@ -95,7 +95,7 @@ endif
|
|||
ifdef CFG_UNIXY
|
||||
CFG_INFO := $(info cfg: unix-y environment)
|
||||
|
||||
CFG_PATH_MUNGE := /bin/true
|
||||
CFG_PATH_MUNGE := true
|
||||
CFG_EXE_SUFFIX :=
|
||||
CFG_LDPATH :=$(CFG_LDPATH):$(CFG_LLVM_LIBDIR)
|
||||
CFG_RUN_TARG=\
|
||||
|
|
Loading…
Reference in New Issue