Skip to content
Snippets Groups Projects
Commit 8a09714b authored by Petr Rockai's avatar Petr Rockai
Browse files

make: Clean up old lld libs from build directories since they break the build.

parent 5090068b
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ toolchain: $(TOOLSTAMP)
$(TOOLSTAMP):
-test -d _darcs && touch _darcs/patches/pending
rm -f $(OBJ)toolchain/{CMakeCache.txt,config.done}
rm -f $(OBJ){debug,semidbg,release}/clang/lib/liblld*
$(MAKE) config FLAVOUR=toolchain
$(CMAKE) --build $(OBJ)toolchain --target unwind_static -- $(EXTRA)
$(CMAKE) --build $(OBJ)toolchain --target cxxabi_static -- $(EXTRA)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment