blob: 67e4f2d1928277f5d6ee4d723ad290c75e0597e7 [file] [log] [blame]
#!/bin/sh
set -ev
# haxe hxcpp > 3.4.188 will enable c++11 by default, and break the
# build when compiling C files with clang++ by adding -std=c++11
export HXCPP_NO_CPP11=1
./bootstrap.sh
./configure $*
make check -j3