fplll / g6k

The General Sieve Kernel
GNU General Public License v2.0
99 stars 30 forks source link

Fix building with bootstrap #87

Closed joerowell closed 3 years ago

joerowell commented 3 years ago

The version of bootstrap that's currently on the master branch gives the following error:

option --inplace not recognised

This appears to be related to the use of build, rather than build_ext. This PR fixes that bug.