Parcourir la Source

Fixed a wrong ar version usage. Thanks Vogtinator

Eiyeron Fulmincendii il y a 9 ans
Parent
commit
0e613a9292
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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