Merge "idegen: Add compatibility for custom out directory"
This commit is contained in:
@@ -5,7 +5,12 @@ if [ ! -d development ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -z ${OUT_DIR_COMMON_BASE} ]]; then
|
||||
idegenjar=`find out -name idegen.jar -follow | grep -v intermediates`
|
||||
else
|
||||
idegenjar=`find $OUT_DIR_COMMON_BASE/$(basename "$PWD") -name idegen.jar -follow | grep -v intermediates`
|
||||
fi
|
||||
|
||||
if [ "" = "$idegenjar" ]; then
|
||||
echo "Couldn't find idegen.jar. Please run make first."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user