aboutsummaryrefslogtreecommitdiffstats
path: root/.vars.rc.do
diff options
context:
space:
mode:
Diffstat (limited to '.vars.rc.do')
-rwxr-xr-x.vars.rc.do2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vars.rc.do b/.vars.rc.do
index 3e0d1a1..3a5d26d 100755
--- a/.vars.rc.do
+++ b/.vars.rc.do
@@ -63,7 +63,9 @@ if [[ $werror ]]; then
fi
if [[ ! $TCC ]]; then TCC=$CC; fi
+TCC=$(command -v "$TCC")
if [[ ! $HCC ]]; then HCC=$CC; fi
+HCC=$(command -v "$HCC")
for p in T H; do
for v in CFLAGS CPPFLAGS LDFLAGS LDLIBS; do
eval "$p$v+=(\"\${$v[@]}\")"