From a41f5d1eeb3f844277139fff1c83a0fc9589cb64 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Mon, 14 Feb 2022 11:00:01 +0000 Subject: [PATCH] Fix indentation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec867ad..ce4d79c 100644 --- a/setup.py +++ b/setup.py @@ -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(