From a5ee3e6fe74029cbfdd08a2138f91ffbd7caa9d2 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 3 Nov 2022 09:19:09 -0700 Subject: [PATCH] Forgot to update configure.py again --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index c11e7525..9c5d7b01 100755 --- a/configure.py +++ b/configure.py @@ -824,7 +824,7 @@ LIBS = [ "objects": [ ["Dolphin/os/__start", True], "Dolphin/os/OS", - "Dolphin/os/OSAlarm", + ["Dolphin/os/OSAlarm", True], "Dolphin/os/OSArena", ["Dolphin/os/OSAudioSystem", True], ["Dolphin/os/OSCache", True],