mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
a238397911
flye: remove pname usage flye: use --replace-fail flye: remove superfluous darwin platform flye: use getExe flye: fix formatting flye: fix aarch64-linux build flye: use postPatch instead of preConfigure
16 lines
310 B
Diff
16 lines
310 B
Diff
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
|