mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-14 19:58:46 +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
|
||||
|
||||
ifeq ($(LANDLOCKMAKE_VERSION),)
|
||||
TMPSAFE = $(TMPDIR)/$(subst /,_,$@)
|
||||
TMPSAFE = $(TMPDIR)/$(subst /,_,$@).tmp
|
||||
else
|
||||
TMPSAFE = $(TMPDIR)/
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue