From 3eea3043a2c7fef5020265cb06dd76144ec89618 Mon Sep 17 00:00:00 2001 From: Mintsuki Date: Wed, 15 Apr 2026 20:01:44 +0200 Subject: [PATCH] test: Drop `LIMINE_API_REVISION` macro which is no longer a thing --- test/test.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test.mk b/test/test.mk index 2e02810c..beea2001 100644 --- a/test/test.mk +++ b/test/test.mk @@ -71,8 +71,7 @@ override CFLAGS += \ -I../limine-protocol/include \ -I../flanterm/src \ -isystem ../freestnd-c-hdrs/include \ - -D_LIMINE_PROTO \ - -DLIMINE_API_REVISION=4 + -D_LIMINE_PROTO ifeq ($(ARCH),x86) override CFLAGS += \