Explorar o código

Don't depend on GCC

Bryan Drewery %!s(int64=11) %!d(string=hai) anos
pai
achega
bb42528810
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -12,7 +12,7 @@ fi
 
 # Convert timestamp into readable format
 rm -f ts > /dev/null 2>&1
-gcc -o ts src/timestamp.c > /dev/null 2>&1
+cc -o ts src/timestamp.c > /dev/null 2>&1
 builddate=`./ts ${BUILDTS}`
 rm -f ts > /dev/null 2>&1