Quellcode durchsuchen

Fixed a wrong ar version usage. Thanks Vogtinator

Eiyeron Fulmincendii vor 9 Jahren
Ursprung
Commit
0e613a9292
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      sqstdlib/Makefile

+ 1 - 1
sqstdlib/Makefile

@@ -43,5 +43,5 @@ sq64:
 sqnspire:
 	nspire-gcc -O2 -fno-exceptions -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) -lnspireio
 	# Ndless doesn't provide a ndless-ar wrapper
-	ar rc $(OUT) *.o
+	arm-none-eabi-ar rc $(OUT) *.o
 	rm *.o