aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/osx_cc_wrapper.sh.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpp/osx_cc_wrapper.sh.tpl')
-rw-r--r--tools/cpp/osx_cc_wrapper.sh.tpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cpp/osx_cc_wrapper.sh.tpl b/tools/cpp/osx_cc_wrapper.sh.tpl
index 5ea4b52c1b..5e66680f6a 100644
--- a/tools/cpp/osx_cc_wrapper.sh.tpl
+++ b/tools/cpp/osx_cc_wrapper.sh.tpl
@@ -52,9 +52,6 @@ for i in "$@"; do
fi
done
-# Set-up the environment
-%{env}
-
# Call the C++ compiler
%{cc} "$@"