From 887452034b6a69d883d190e4c9eb21368d09b047 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sun, 2 Aug 2020 20:57:44 +0300 Subject: [PATCH] Fixes a bug in getSwitch() by updating the version of the Vult compiler. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3c9ed60..3c9cc73 100644 --- a/Makefile +++ b/Makefile @@ -206,8 +206,8 @@ SOURCES += src/VultEngine.cpp vult := dep/vult/vultc.h $(vult): cd dep && mkdir -p vult - cd dep/vult && $(WGET) "https://github.com/modlfo/vult/releases/download/v0.4.9/vultc.h" - $(SHA256) $(vult) 91f575afd2913d0879df90ee666021065ad726372f0bd306198024dc771cce55 + cd dep/vult && $(WGET) "https://github.com/modlfo/vult/releases/download/v0.4.12/vultc.h" + $(SHA256) $(vult) 3e80f6d30defe7df2804568f0314dbb33e6bf69d53d18a804c8b8132cf5ad146 FLAGS += -Idep/vult DEPS += $(vult) endif