mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-07 06:59:38 +00:00
force build-ext build
it seems that what worked in the debug branch is not working in the main branch, even though the commit IDs are exactly the same. the RTD environment doesn't seem really reliable... besides, we want to build extensions before the rest, so should run it first, in order to have msgpack loaded.
This commit is contained in:
parent
86487d192a
commit
6c5a7733a2
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -220,6 +220,7 @@ class build_py_custom(build_py):
|
|||
def run(self):
|
||||
super().run()
|
||||
self.announce('calling custom build steps', level=log.INFO)
|
||||
self.run_command('build_ext')
|
||||
self.run_command('build_api')
|
||||
self.run_command('build_usage')
|
||||
|
||||
|
|
Loading…
Reference in a new issue