1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-07 14:25:20 +02:00

Fix failing travis build

This commit is contained in:
sfan5
2017-09-03 14:36:46 +02:00
parent 6afe1b78c5
commit 179651e83c

View File

@@ -1,7 +1,7 @@
#!/bin/bash -e
CXX=g++-6
[ $CC == "clang" ] && CXX=clang-3.8
[ $CC == "clang" ] && CXX=clang++-3.8
export CXX