diff --git a/crt0/Makefile b/crt0/Makefile index 0cc5e8f8..26cb11da 100644 --- a/crt0/Makefile +++ b/crt0/Makefile @@ -1,3 +1,5 @@ +export PATH := $(DEVKITA64)/bin:$(PATH) + switch_crt0.o: *.s aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@