location of 'KeyMatchFull' and 'bundle' in RunBundler.sh is wrong
yuvalaviel opened this issue · 3 comments
yuvalaviel commented
The following lines in RunBundler.sh:
else
MATCHKEYS=$BASE_PATH/bin/KeyMatchFull
BUNDLER=$BASE_PATH/bin/bundler
fi
should have been
else
MATCHKEYS=$BASE_PATH/Output/src/KeyMatchFull
BUNDLER=$BASE_PATH/Output/src/Bundler
fi
If one follows the instruction in Readme_Build.txt
yuvalaviel commented
also, note the capital B of bundler.
yuvalaviel commented
closed by mistake.
my bad :(
TheFrenchLeaf commented
I have updated the master tree.