Skip to content

Commit

Permalink
Update libffi to latest master
Browse files Browse the repository at this point in the history
The stdcall issue on Windows seems to be fixed.

To update an existing working directory use:
  git submodule update --init --remote
  • Loading branch information
larskanis committed Nov 11, 2019
1 parent 8121e6f commit 4c8051e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "ext/ffi_c/libffi"]
path = ext/ffi_c/libffi
url = https://github.com/larskanis/libffi.git
branch = fix-stdcall
url = https://github.com/libffi/libffi.git
branch = master
2 changes: 1 addition & 1 deletion ext/ffi_c/libffi

0 comments on commit 4c8051e

Please sign in to comment.