1
1

* make sure all the compiler environment variables aren't set when building

so that a different compiler isn't accidently used.

  If someone is really bored, this could go to the 1.0 branch...

This commit was SVN r7740.
Этот коммит содержится в:
Brian Barrett 2005-10-12 21:58:05 +00:00
родитель 5d7fbd9d2e
Коммит c7d50fea54

2
contrib/dist/macosx-pkg/buildpackage.sh поставляемый
Просмотреть файл

@ -112,7 +112,7 @@ LC_ALL=C
LC_MESSAGES= LC_MESSAGES=
LANG= LANG=
export PATH LANGUAGE LC_ALL LC_MESSAGES LANG export PATH LANGUAGE LC_ALL LC_MESSAGES LANG
unset LD_LIBRARY_PATH unset LD_LIBRARY_PATH CC CXX FC F77 OBJC
# #
# Make some play space # Make some play space