add new wit version kindly provided by Wiimm and enforce using it

This commit is contained in:
Christopher Roy Bratusek 2014-05-13 17:29:07 +02:00
parent 30975fc58a
commit 87041901a9
2 changed files with 6 additions and 4 deletions

View File

@ -8,11 +8,13 @@ setup_tools () {
SUFFIX=32
fi
if [[ $(which wit) ]]; then
#if [[ $(which wit) ]]; then
WIT=$(which wit)
else
WIT=${PATCHIMAGE_TOOLS_DIR}/wit.${SUFFIX}
fi
#else
# WIT=${PATCHIMAGE_TOOLS_DIR}/wit.${SUFFIX}
#fi
WIT=${PATCHIMAGE_TOOLS_DIR}/wit.next
if [[ $(which applyppf3) ]]; then
PPF=$(which applyppf3)

BIN
tools/wit.next Executable file

Binary file not shown.