Closed joerowell closed 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.
build
build_ext
The version of bootstrap that's currently on the master branch gives the following error:
This appears to be related to the use of
build
, rather thanbuild_ext
. This PR fixes that bug.