From 1bb279eee1c4dbefcd1ec225d2c99c17f2a2b454 Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Mon, 16 Dec 2024 03:53:56 +0100 Subject: [PATCH] Blood: (Makefile): Always enable NOONE_EXTENSIONS for BLOOD_WLB --- Common.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Common.mak b/Common.mak index 5c1c251ac9..b5deababe5 100644 --- a/Common.mak +++ b/Common.mak @@ -345,6 +345,11 @@ NOONE_EXTENSIONS ?= 1 # (NOTE: WLB requires NOONE_EXTENSIONS to be enabled) BLOOD_WLB ?= 0 +ifneq (0,$(BLOOD_WLB)) + # WLB requires the NOONE_EXTENSIONS + NOONE_EXTENSIONS := 1 +endif + # Library toggles HAVE_GTK2 := 1 USE_LIBVPX ?= 1