Skip to content

Commit

Permalink
libffi: fix build by passing --host flag to configure
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Mar 12, 2024
1 parent 1e23e89 commit 58a0585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/libffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def build(ctx, clean=False, threads=False):
build_env,
[
"./configure",
"--host={}".format(build_env["FAASM_WASM_TRIPLE"]),
"--includedir={}".format(
build_env["FAASM_WASM_HEADER_INSTALL_DIR"]
),
Expand Down

0 comments on commit 58a0585

Please sign in to comment.