1
0
Bryan Drewery 11 жил өмнө
parent
commit
bb42528810
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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