Merge branch 'patch3' into 'master'

fix(Makefile): delay

See merge request redox-os/relibc!582
This commit is contained in:
Jeremy Soller
2024-12-18 14:03:18 +00:00
+3 -1
View File
@@ -1,4 +1,6 @@
export TARGET?=$(shell rustc -Z unstable-options --print target-spec-json | grep llvm-target | cut -d '"' -f4)
ifndef TARGET
export TARGET:=$(shell rustc -Z unstable-options --print target-spec-json | grep llvm-target | cut -d '"' -f4)
endif
CARGO?=cargo
CARGO_TEST?=$(CARGO)