fasm
fasm copied to clipboard
Update method of selecting shared/static installs when available.
The --no-use-pep517 flag is needed to select between shared and static installs because there is currently no way to pass flags with PEP517.
Relevant issue: https://github.com/pypa/pip/issues/5771