git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ignore compiled book contents
[stg.git]
/
projects
/
convertor
/
build
diff --git
a/projects/convertor/build
b/projects/convertor/build
index 4108fbdd3327242836f2134a55f2c992a604817f..baf22adb3ddaab0cbe6f1c8c71b391d1c4d754fd 100755
(executable)
--- a/
projects/convertor/build
+++ b/
projects/convertor/build
@@
-84,6
+84,16
@@
else
SHELL="/usr/local/bin/bash"
fi
+if [ -z "$CC" ]
+then
+ CC=gcc
+fi
+
+if [ -z "$CXX" ]
+then
+ CXX=g++
+fi
+
echo -n "Checking CC... "
$CC --version > /dev/null 2> /dev/null
if [ $? != 0 ]