This commit is contained in:
Matthew Kennedy 2024-02-14 23:55:33 -08:00
parent c5f6855c35
commit 77cb6bbe24
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(info UNAME_SP: $(UNAME_SP))
else ifeq ($(UNAME_SP),Linux x86_64)
COMPILER_PLATFORM = arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi
else
$(error Looks like your platform, $(shell uname -sp), doesn't have a supported compiler!)
$(error Looks like your platform, $(UNAME_SP), doesn't have a supported compiler!)
endif
BUILD_TOOLS_DIR = $(PROJECT_DIR)/ext/build-tools/