Skip to content

Commit

Permalink
Print contents of config_args
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Apr 30, 2024
1 parent d78261a commit 6d4b752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ before-all = """
arm64) config_args='--build=arm-apple-darwin';;
aarch64) config_args='--build=aarch64-pc-linux-gnu';;
esac
echo $config_args
eval ./coinbrew build Cbc@2.10.11 --no-third-party --parallel-jobs 16 --prefix=$(pwd)/local --verbosity 4 $config_args || echo ignoring errors
"""
environment = { PATH="$(pwd)/local/bin:$PATH", LD_LIBRARY_PATH="$(pwd)/local/lib:$LD_LIBRARY_PATH", PKG_CONFIG_PATH="$(pwd)/local/lib/pkgconfig:$PKG_CONFIG_PATH" }
Expand Down

0 comments on commit 6d4b752

Please sign in to comment.