Skip to content

Commit dcfade1

Browse files
committed
Pin gnustep to 1.9 to avoid compilation issues
Apparently something added since 1.9 makes clang 5.0 on linux fail an assertion.
1 parent 80b8c43 commit dcfade1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eu
44

55
gnustep_install() {
6-
git clone https://github.com/gnustep/libobjc2.git
6+
git clone -b 1.9 https://github.com/gnustep/libobjc2.git
77
mkdir libobjc2/build
88
cd libobjc2/build
99
export CC="clang"

0 commit comments

Comments
 (0)