mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-25 15:58:11 +08:00
Fix indentation
This commit is contained in:
@@ -23,7 +23,7 @@ class LibMM2Build(build_ext):
|
||||
def compile_libminimap2(*args, **kwargs):
|
||||
cmd = ['make', 'libminimap2.a'] + list(args)
|
||||
subprocess.check_call(cmd)
|
||||
options = []
|
||||
options = []
|
||||
if platform.machine() in ["aarch64", "arm64"]:
|
||||
options = ["arm_neon=1", "aarch64=1"]
|
||||
self.execute(
|
||||
|
||||
Reference in New Issue
Block a user