From 2722b7240e2afdab97c1fa53a6d06d5c69bf11b5 Mon Sep 17 00:00:00 2001 From: keenanlang Date: Sun, 7 Jan 2024 21:12:47 -0600 Subject: [PATCH] Specify x86 to avoid linux-arm --- andorSupport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/andorSupport/Makefile b/andorSupport/Makefile index c6ddc5a..3f9a91b 100755 --- a/andorSupport/Makefile +++ b/andorSupport/Makefile @@ -28,7 +28,7 @@ else ifeq ($(OS_CLASS), Linux) LIB_INSTALLS_Linux += ../os/linux-x86_64/libshamrockcif.so.2 LIB_INSTALLS_Linux += ../os/linux-x86_64/libshamrockcif.so - else + else ifeq ($(ARCH_CLASS), x86) LIB_INSTALLS_Linux += ../os/linux-x86/libandor.so.2 LIB_INSTALLS_Linux += ../os/linux-x86/libandor.so LIB_INSTALLS_Linux += ../os/linux-x86/libshamrockcif.so.2