aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDiego Russo <diego.russo@arm.com>2022-10-05 14:27:14 +0100
committerDiego Russo <diego.russo@arm.com>2022-10-06 10:44:00 +0100
commitbb7fb49484bb3687041061b2fdbbfae3959be54b (patch)
tree13531552e975aba195325ddfd51404fa8601991e /tox.ini
parentdaaabf6f27902c0ea1aa435de764c7e486b0e3c6 (diff)
downloadmlia-bb7fb49484bb3687041061b2fdbbfae3959be54b.tar.gz
MLIA-619 Use --build-option flag when building MLIA
Replace --global-option flag with --build-option flag to pass the platform name when building MLIA. Change-Id: I4b66a6480e0713070c5db35d4301a0129c5af330
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ce6f1a6..b2f5cfc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ description = Build a wheel file (platform name as optional argument [manylinux2
deps =
build
commands =
- python -m build --wheel --config-setting=--global-option=--plat-name={posargs:manylinux2014_x86_64}
+ python -m build --wheel --config-setting=--build-option=--plat-name={posargs:manylinux2014_x86_64}
[testenv:docs]
description = Create the documentation.