From b6ee76b77b2a7b98925147c96dfb9a2ea49059a2 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sat, 13 Aug 2016 15:11:46 +0200 Subject: [PATCH] Switch to latest Qt5 version which is C++11-compatible --- CI/before_script.osx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/before_script.osx.sh b/CI/before_script.osx.sh index bec26caf1..a0dd1377a 100755 --- a/CI/before_script.osx.sh +++ b/CI/before_script.osx.sh @@ -5,7 +5,6 @@ export CC=clang DEPENDENCIES_ROOT="/private/tmp/openmw-deps/openmw-deps" QT_PATH=`brew --prefix $macos_qt_formula` - mkdir build cd build