mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-12 18:16:24 +00:00
When building Python bindings, only pre-build blst (#418)
This commit is contained in:
parent
ef43583a1b
commit
a874006744
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ class CustomBuild(build_ext):
|
|||||||
check_call([f("blst\\build.bat")])
|
check_call([f("blst\\build.bat")])
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
check_call(["make", "-C", f("src"), "c_kzg_4844.o"])
|
check_call(["make", "-C", f("src"), "blst"])
|
||||||
super().run()
|
super().run()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user