mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Fix variable usage in archive script
This commit is contained in:
parent
1154783d80
commit
77ee4ece5d
@ -48,7 +48,7 @@ elif [[ $FRIENDLY_ARCH_NAME == "x86_64" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
OS_ARCH="${FRIENDLY_OS_NAME}_${FRIENDLY_ARCH_NAME}"
|
OS_ARCH="${FRIENDLY_OS_NAME}_${FRIENDLY_ARCH_NAME}"
|
||||||
OUTNAME="musikcube_$VERSION_${OS_ARCH}"
|
OUTNAME="musikcube_${VERSION}_${OS_ARCH}"
|
||||||
OUTDIR="dist/$VERSION/$OUTNAME"
|
OUTDIR="dist/$VERSION/$OUTNAME"
|
||||||
SCRIPTDIR=`dirname "$0"`
|
SCRIPTDIR=`dirname "$0"`
|
||||||
CMAKE_TOOLCHAIN=""
|
CMAKE_TOOLCHAIN=""
|
||||||
|
Loading…
Reference in New Issue
Block a user