We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595363f commit a221c25Copy full SHA for a221c25
src/Makevars
@@ -27,7 +27,7 @@ $(SHLIB): libbgen.a libzstd.a
27
28
29
libbgen.a: $(BGEN_VERSION)
30
- cd $(BGEN_VERSION) && ./waf configure && ./waf
+ cd $(BGEN_VERSION) && python2 ./waf configure && python2 ./waf
31
cp -f $(BGEN_VERSION)/build/libbgen.a .
32
cp -f $(BGEN_VERSION)/build/3rd_party/zstd-1.1.0/libzstd.a .
33
rm -rf $(BGEN_VERSION)/build
0 commit comments