Browse Source

[build.sh] use a more system agnostic compiler name

rexim 2 years ago
parent
commit
4434510605
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -2,4 +2,4 @@
 
 
 set -xe
 set -xe
 
 
-clang -I./thirdparty/ -o img2term img2term.c -lm
+cc -I./thirdparty/ -o img2term img2term.c -lm