Skip to content

Commit

Permalink
Fix stdcall closure on Win32
Browse files Browse the repository at this point in the history
This temporary switches to a forked libffi, until the fixing PR is merged:
  libffi/libffi#465

Use the following command to update the submodule:
  git submodule update --init --remote
  • Loading branch information
larskanis committed Jan 24, 2019
1 parent 52927e7 commit 4fc7647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
@@ -1,3 +1,4 @@
[submodule "ext/ffi_c/libffi"]
path = ext/ffi_c/libffi
url = https://github.com/libffi/libffi.git
url = https://github.com/larskanis/libffi.git
branch = fix-stdcall

0 comments on commit 4fc7647

Please sign in to comment.