Skip to content

Commit

Permalink
libobjc2: use "libc++" branch
Browse files Browse the repository at this point in the history
Enables using libc++abi:
gnustep/libobjc2#152
  • Loading branch information
triplef committed Apr 15, 2020
1 parent 9704dc9 commit 875e371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phases/11-libobjc2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e # make any subsequent failing command exit the script

. `dirname $0`/common.sh

prepare_project "libobjc2" "https://github.com/gnustep/libobjc2.git" "libc++-hack"
prepare_project "libobjc2" "https://github.com/gnustep/libobjc2.git" "libc++"

. "${ROOT_DIR}"/env/toolchain.sh

Expand Down

0 comments on commit 875e371

Please sign in to comment.