mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +01:00
Use default PATH building gettext
avoiding to use third party command
This commit is contained in:
parent
e70415c766
commit
0f1bca805e
2
.gitignore
vendored
2
.gitignore
vendored
@ -117,3 +117,5 @@ CloverPrefpane.strings
|
||||
BaseTools/Source/Python/build/BuildReport.pyc
|
||||
Conf/BuildEnv.sh
|
||||
Conf/.AutoGenIdFile.txt
|
||||
CloverPackage/revision
|
||||
CloverPackage/version
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user