summaryrefslogtreecommitdiff
path: root/hercules_update
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-27 11:15:38 -0400
committergumi <git@gumi.ca>2018-03-27 11:15:38 -0400
commit4d130bca3dae241505269b489b3963f3aa519659 (patch)
tree0aceda90d3efa589c4adff30b02b590e64f32b65 /hercules_update
parentecf8231758afdd5e44defdd3424bf543f3a95e02 (diff)
downloadevol-tools-4d130bca3dae241505269b489b3963f3aa519659.tar.gz
evol-tools-4d130bca3dae241505269b489b3963f3aa519659.tar.bz2
evol-tools-4d130bca3dae241505269b489b3963f3aa519659.tar.xz
evol-tools-4d130bca3dae241505269b489b3963f3aa519659.zip
honor CC environment variable when building adler32s20180406
Diffstat (limited to 'hercules_update')
-rwxr-xr-xhercules_update/createnew.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/hercules_update/createnew.sh b/hercules_update/createnew.sh
index 1274792..1a95744 100755
--- a/hercules_update/createnew.sh
+++ b/hercules_update/createnew.sh
@@ -4,9 +4,10 @@
# Author: Andrei Karas (4144)
dir=`pwd`
+CC=${CC:=gcc}
rm adler32
-gcc -lz adler32.c -o adler32
+$CC -lz adler32.c -o adler32
mkdir files
mkdir upload