Use default PATH building gettext

avoiding to use third party command
This commit is contained in:
vectorsigma72 2019-09-22 14:32:21 +02:00
parent e70415c766
commit 0f1bca805e
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -117,3 +117,5 @@ CloverPrefpane.strings
BaseTools/Source/Python/build/BuildReport.pyc
Conf/BuildEnv.sh
Conf/.AutoGenIdFile.txt
CloverPackage/revision
CloverPackage/version

View File

@ -210,6 +210,9 @@ fnGettext ()
### Main ###
# use default PATH (..as build can fail with brew libtool, gnu gcc etc. for example..)
export PATH=$(getconf PATH)
# Add XCode bin directory for the command line tools to the PATH
pathmunge "$(xcode-select --print-path)"/usr/bin