More stuff, didn't test
This commit is contained in:
@@ -13,7 +13,7 @@ host_deps = ["binutils"]
|
||||
|
||||
def configure(ctx):
|
||||
ctx.run([
|
||||
ctx.source_dir + "/configure",
|
||||
ctx.source_dir / "configure",
|
||||
"--target=" + options.target_triple,
|
||||
"--prefix=" + ctx.prefix,
|
||||
"--with-sysroot=" + ctx.sysroot,
|
||||
|
||||
Reference in New Issue
Block a user