build: refactor handling of lib/lib64 install directories

This commit is contained in:
Gabriel Ferreira
2023-12-26 23:18:34 +01:00
parent f863b4bd26
commit 1f1c351156
6 changed files with 26 additions and 26 deletions

View File

@@ -632,7 +632,7 @@ in the ``ns-3-dev/setup.py`` file.
.. sourcecode:: yaml
# Configure and build wheel
- $PYTHON setup.py bdist_wheel build_ext "-DNS3_USE_LIB64=TRUE"
- $PYTHON setup.py bdist_wheel build_ext
At this point, we have a wheel that only works in the current system,
since external libraries are not shipped.