Skip to content

Commit

Permalink
Prevent build from failing with stale output from a previous build
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshia001 committed Jun 14, 2024
1 parent e2fc3b2 commit e787159
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,10 @@ ifeq ($(THREAD_MODEL), single)
MUSL_OMIT_HEADERS += "pthread.h"
endif

default: finish post-finish
default: prepare finish post-finish

prepare:
rm $(SYSROOT)/lib/$(TARGET_TRIPLE)/libc.a || true

wasix-headers:
git submodule init
Expand Down

0 comments on commit e787159

Please sign in to comment.