Merge brnach 'stable-1.2'

This commit is contained in:
Hyunin Song
2017-11-24 09:50:57 +09:00
20 changed files with 137 additions and 42 deletions

View File

@@ -42,6 +42,9 @@ function skipped {
echo -e " ${PLAIN}[${YELLOW}skipped${PLAIN}] ${1}"
}
# Blindly assume system arch is appimage arch
ARCH=$(arch)
export ARCH
# Check for problematic install locations
INSTALL=$(echo "@CMAKE_INSTALL_PREFIX@" | sed 's/\/*$//g')