2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06:00
repo/extra/python-glad/build

5 lines
Plaintext
Raw Normal View History

2023-12-27 18:21:47 -07:00
#!/bin/sh -e
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
python -m installer -d "$1" .dist/*.whl