mirror of https://github.com/acidanthera/audk.git
Fixed ckt for cygwin, and verified this works on OS X as well
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1797 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dbfb39ef04
commit
34ff1170bc
|
@ -9,7 +9,5 @@
|
|||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
|
||||
export CLASSPATH=$CLASSPATH:$WORKSPACE/Tools/bin/CheckTools.jar
|
||||
|
||||
# Run Framework Wizard
|
||||
java org.tianocore.CheckTools.CheckTools $@
|
||||
# Run CheckTools
|
||||
java -cp ${WORKSPACE}/Tools/bin/CheckTools.jar org.tianocore.CheckTools.CheckTools $@
|
||||
|
|
Loading…
Reference in New Issue