mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-19 19:08:33 +00:00
Fix build
This commit is contained in:
parent
73845be1f0
commit
ee49b71be2
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export SOURCE_DATE_EPOCH
|
||||||
export TMPDIR
|
export TMPDIR
|
||||||
|
|
||||||
ifeq ($(LANDLOCKMAKE_VERSION),)
|
ifeq ($(LANDLOCKMAKE_VERSION),)
|
||||||
TMPSAFE = $(TMPDIR)/$(subst /,_,$@)
|
TMPSAFE = $(TMPDIR)/$(subst /,_,$@).tmp
|
||||||
else
|
else
|
||||||
TMPSAFE = $(TMPDIR)/
|
TMPSAFE = $(TMPDIR)/
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue