mirror of https://github.com/acidanthera/audk.git
Handle the FRAMEWORK_TOOLS_PATH properly on cygwin.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1126 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5b1ed65f2f
commit
f98a565d9b
|
@ -46,6 +46,7 @@ case "`uname`" in
|
|||
# Convert paths to windows format.
|
||||
export WORKSPACE=`cygpath -w $WORKSPACE`
|
||||
export CLASSPATH=`cygpath -w -p $CLASSPATH`
|
||||
export FRAMEWORK_TOOLS_PATH=`cygpath -w -p $FRAMEWORK_TOOLS_PATH`
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue