Files
revng-revng/python/wheel-install.sh
Your Name 8840dc86fa tmp
2026-02-25 22:13:24 +01:00

16 lines
334 B
Bash
Executable File

#!/bin/bash
#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
set -euo pipefail
set -x
python -m pip install \
--quiet \
--compile \
--no-index \
--no-build-isolation \
--ignore-installed \
--no-deps \
--prefix "." --root "${DESTDIR:-}$1" \
"$2"