mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
libffi 3.3
This commit is contained in:
parent
acfe6cc771
commit
bdab13eb60
6 changed files with 33 additions and 0 deletions
3
sysc.py
3
sysc.py
|
|
@ -192,3 +192,6 @@ class SysC(SysGeneral):
|
|||
# libunistring 0.9.10
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/libunistring/libunistring-0.9.10.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-52a06cb3.tar.gz"])
|
||||
|
||||
# libffi 3.3
|
||||
self.get_file("https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue