about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 12:58:51 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 12:58:51 +0100
commiteb52f1cc08e0aacc3c46d1c5a9742526657c842a (patch)
tree471b43388b59afab54c2007e91801d5a4e009f29 /GNUmakefile
parent236fb9b1456d15a0c0962a95db87f3005446f1a0 (diff)
downloadafl++-eb52f1cc08e0aacc3c46d1c5a9742526657c842a.tar.gz
fix ci
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile
index be5b8146..2226b5a7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -653,16 +653,16 @@ endif
 	# -$(MAKE) -C utils/plot_ui
 	-$(MAKE) -C frida_mode
 ifneq "$(SYS)" "Darwin"
-  ifeq "$(ARCH)" "aarch64"
-    ifndef NO_CORESIGHT
+ifeq "$(ARCH)" "aarch64"
+  ifndef NO_CORESIGHT
 	-$(MAKE) -C coresight_mode
-    endif
   endif
-  ifeq "$(SYS)" "Linux"
-    ifndef NO_NYX
+endif
+ifeq "$(SYS)" "Linux"
+ifndef NO_NYX
 	-cd nyx_mode && ./build_nyx_support.sh
-    endif
-  endif
+endif
+endif
 	-cd qemu_mode && sh ./build_qemu_support.sh
   ifeq "$(ARCH)" "aarch64"
     ifndef NO_UNICORN_ARM64