fasm icon indicating copy to clipboard operation
fasm copied to clipboard

Update method of selecting shared/static installs when available.

Open HackerFoo opened this issue 4 years ago • 0 comments

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

HackerFoo avatar Dec 17 '20 20:12 HackerFoo