Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = [ "--disable-static" ]
|
||||
build_32 = true
|
||||
configure-lib32 = [ "--disable-static" ]
|
||||
|
||||
[dependencies]
|
||||
runtime = ["glibc"]
|
||||
test = ["dejagnu"]
|
||||
|
||||
[dependencies.lib32]
|
||||
runtime = [ "lib32-glibc" ]
|
||||
|
||||
[package]
|
||||
description = "portable, high level programming interface to various calling conventions"
|
||||
homepage = "https://sourceware.org/libffi/"
|
||||
license = "MIT"
|
||||
name = "libffi"
|
||||
version = "3.5.2"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc"
|
||||
url = "https://github.com/libffi/libffi/releases/download/v$version/libffi-$version.tar.gz"
|
||||
Reference in New Issue
Block a user