Przeglądaj źródła

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

rexim 2 lat temu
rodzic
commit
4434510605
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build.sh

+ 1 - 1
build.sh

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