Browse Source

Don't depend on GCC

Bryan Drewery 11 năm trước cách đây
mục cha
commit
bb42528810
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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