about summary refs log tree commit diff
path: root/pkgs/by-name/fl/flye/aarch64-fix.patch
blob: 02588fc63e21820412966191d2603d06eb2dcd34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/Makefile b/Makefile
index 75f62aed..91b9571b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,10 @@ ifeq ($(shell uname -m),arm64)
 	export aarch64=1
 endif
 
+ifeq ($(shell uname -m),aarch64)
+	export aarch64=1
+endif
+
 .PHONY: clean all profile debug minimap2 samtools
 
 .DEFAULT_GOAL := all