Skip to content

Commit

Permalink
libffi: use latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
triplef committed Jun 10, 2024
1 parent ef48ebb commit d453a65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions phases/13-libffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ cd `dirname $0`

export PROJECT=libffi
export GITHUB_REPO=libffi/libffi
#export TAG=`../scripts/get-latest-github-release-tag.sh $GITHUB_REPO`
# Clamp to v3.4.2 release until issues with later releases are resolved:
# https://github.com/gnustep/libs-base/issues/278
export TAG=v3.4.2
export TAG=`../scripts/get-latest-github-release-tag.sh $GITHUB_REPO`

# load environment and prepare project
../scripts/common.bat prepare_project
Expand Down

0 comments on commit d453a65

Please sign in to comment.