things
This commit is contained in:
@@ -11,8 +11,9 @@ source = tarball_source(
|
||||
strip_components = 1,
|
||||
)
|
||||
host_deps = ["binutils", "gcc"]
|
||||
deps = [options.libc]
|
||||
|
||||
configure, build, install = autotools(configure_args = [
|
||||
"--with-system-libdir=/usr/lib",
|
||||
"--with-system-includedir=/usr/include",
|
||||
"--with-system-libdir=" + options.libdir,
|
||||
"--with-system-includedir=" + options.includedir,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user