summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2019-11-11 21:23:59 +0100
committerLars Kanis <lars@greiz-reinsdorf.de>2019-11-11 21:23:59 +0100
commit4c8051ecc963caadb8864a5ddf8d3fba76db3949 (patch)
tree9be4dbabc2bf86f0192c792ed985a691f7692f17 /.gitmodules
parent8121e6fd84e90782534e6f7fc7ce7b80258126bd (diff)
downloadffi-4c8051ecc963caadb8864a5ddf8d3fba76db3949.tar.gz
Update libffi to latest master
The stdcall issue on Windows seems to be fixed. To update an existing working directory use: git submodule update --init --remote
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 711d89d..1d6cbc7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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