Skip to content

Commit

Permalink
fixing path finding
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Oct 3, 2016
1 parent fbd95dd commit fc7d166
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ if [ "$TARGET" == "emscripten" ]; then
source ~/emscripten-sdk/emsdk_env.sh
fi

REL_OF_ROOT=${APOTHECARY_DIR}/../../../
REL_LIBS_DIR=${APOTHECARY_DIR}/../
REL_ADDONS_DIR=$REL_OF_ROOT/addons
APOTHECARY_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "OF: $(realpath $REL_OF_ROOT)"
echo "LIBS: $(realpath $REL_LIBS_DIR)"
echo "ADDONS: $(realpath $REL_ADDONS_DIR)"

for formula in openssl $( ls -1 formulas | grep -v _depends | grep -v openssl ) ; do
formula_name="${formula%.*}"
Expand Down

0 comments on commit fc7d166

Please sign in to comment.