mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +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
|
||||
|
||||
OS_ARCH="${FRIENDLY_OS_NAME}_${FRIENDLY_ARCH_NAME}"
|
||||
OUTNAME="musikcube_$VERSION_${OS_ARCH}"
|
||||
OUTNAME="musikcube_${VERSION}_${OS_ARCH}"
|
||||
OUTDIR="dist/$VERSION/$OUTNAME"
|
||||
SCRIPTDIR=`dirname "$0"`
|
||||
CMAKE_TOOLCHAIN=""
|
||||
|
Loading…
Reference in New Issue
Block a user