Skip to content

Commit

Permalink
Create fork of libffi meson port
Browse files Browse the repository at this point in the history
This fork prevents rebasing of libffi/libffi#746
to break gvsbuild since we need to tag a git commit.
  • Loading branch information
danyeaw committed Jan 14, 2023
1 parent 10b43cd commit e03c2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvsbuild/projects/libffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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="27470bd6b428fe598b39f19610200fb0e975ce5d",
dependencies=["ninja", "meson"],
Expand Down

0 comments on commit e03c2d7

Please sign in to comment.