Skip to content

Commit

Permalink
Merge pull request #812 from wingtk/libffi-commit-ref
Browse files Browse the repository at this point in the history
Fix libffi commit reference missing
  • Loading branch information
danyeaw authored Jan 14, 2023
2 parents 071dcaf + e03c2d7 commit ad00e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/libffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def __init__(self):
Project.__init__(
self,
"libffi",
repo_url="https://github.com/xclaesse/libffi.git",
repo_url="https://github.com/wingtk/libffi.git",
fetch_submodules=False,
tag="e610a433b1323a4d0658dda5e0fd627f8364669a",
tag="27470bd6b428fe598b39f19610200fb0e975ce5d",
dependencies=["ninja", "meson"],
)

Expand Down

0 comments on commit ad00e78

Please sign in to comment.