From a4cb929befd0b4f80c2f5a7714843c831ca6306d Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 11 Aug 2021 18:32:57 +0200 Subject: [PATCH] Fix build Fix build Signed-off-by: Bensuperpc --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 6e9807c..a3e3b61 100644 --- a/Makefile +++ b/Makefile @@ -56,8 +56,6 @@ windows-static-x64-posix.test_ARGS = --exe-suffix ".exe" windows-shared-x86.test_ARGS = --exe-suffix ".exe" windows-shared-x64.test_ARGS = --exe-suffix ".exe" windows-shared-x64-posix.test_ARGS = --exe-suffix ".exe" -windows-armv7.test_ARGS = --exe-suffix ".exe" -windows-arm64.test_ARGS = --exe-suffix ".exe" # On CircleCI, do not attempt to delete container # See https://circleci.com/docs/docker-btrfs-error/