Sfoglia il codice sorgente

unscrew freebsd tests

Quentin Carbonneaux 8 anni fa
parent
commit
1883ab1e01
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      tools/test.sh

+ 3 - 0
tools/test.sh

@@ -41,6 +41,9 @@ init() {
 		*OpenBSD*)
 			cc="cc -nopie"
 			;;
+		*FreeBSD*)
+			cc="cc"
+			;;
 		*)
 			cc="cc -no-pie"
 			;;