27 lines
645 B
TOML
27 lines
645 B
TOML
[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"
|