Skip to content

Commit

Permalink
Clamp libobjc2 to known working commit
Browse files Browse the repository at this point in the history
This can be removed once gnustep/libobjc2#152 is merged.
  • Loading branch information
triplef committed Oct 12, 2020
1 parent 1578e22 commit 8f86dbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phases/11-libobjc2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set -e # make any subsequent failing command exit the script

. `dirname $0`/common.sh

if ! prepare_project "libobjc2" "https://github.com/gnustep/libobjc2.git" "libc++"; then
# currently using older version of libc++ branch until the following PR is merged:
# https://github.com/gnustep/libobjc2/pull/152
if ! prepare_project "libobjc2" "https://github.com/gnustep/libobjc2.git" "d521f61e8d67c77420b1687e5c1cbaf25571b871"; then
exit 0
fi

Expand Down

0 comments on commit 8f86dbd

Please sign in to comment.