buildSrc/crosslibs/crosslibs-armv6hf.sh

Print this page

        

*** 407,427 **** echo /bin/sh -c "$CMD" } SCRIPTDIR=`dirname $0` ! SCRIPTDIR=`cd $SCRIPTDIR ; pwd` ! RT=`cd $SCRIPTDIR/../.. ; pwd` echo Using OpenJFX working directory at $RT confirm() if [[ $CONFIRMED -eq 0 ]]; then echo -n "Enter the location of the OpenJFX working directory: " read RT fi ! CROSSLIBS=`dirname $RT`/crosslibs echo Using crosslibs directory $CROSSLIBS mkdir -p $CROSSLIBS || exit 1 PILIBS=$CROSSLIBS/$DEST_VERSION --- 407,430 ---- echo /bin/sh -c "$CMD" } SCRIPTDIR=`dirname $0` ! if [[ ! "SCRIPTDIRRT" =~ ^/ ]] ! then ! SCRIPTDIR="$PWD/$SCRIPTDIR" ! fi ! RT="$SCRIPTDIR/../.." echo Using OpenJFX working directory at $RT confirm() if [[ $CONFIRMED -eq 0 ]]; then echo -n "Enter the location of the OpenJFX working directory: " read RT fi ! CROSSLIBS=$RT/../crosslibs echo Using crosslibs directory $CROSSLIBS mkdir -p $CROSSLIBS || exit 1 PILIBS=$CROSSLIBS/$DEST_VERSION