Skip to content

Commit

Permalink
Blood: (Makefile): Always enable NOONE_EXTENSIONS for BLOOD_WLB
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGibson committed Dec 16, 2024
1 parent 97195a8 commit 1bb279e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bb279e

Please sign in to comment.