aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/build_x86_64.sh
blob: 01182fd9007a79d16eb4c59fb38bbdc69dafaa1b (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

if [ "${CC#clang}" != "${CC}" ] ; then
	export CXX="clang++"
fi

exec "$(dirname "$0")"/build.sh