From 549c398ea44444b8569503b43494ecd39d5a9ca9 Mon Sep 17 00:00:00 2001 From: spl3g Date: Wed, 8 Oct 2025 23:40:37 +0300 Subject: Add some ui --- nob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nob.c') diff --git a/nob.c b/nob.c index 6056604..b677855 100644 --- a/nob.c +++ b/nob.c @@ -92,7 +92,7 @@ int main(int argc, char **argv) { nob_cmd_append(&cmd, input_sb.items); } - nob_cmd_append(&cmd, "-lm", "-lasound", "-lSDL3"); + nob_cmd_append(&cmd, "-lm", "-lasound", "-lSDL3", "-lSDL3_ttf"); nob_cc_output(&cmd, BUILD_FOLDER "crynth"); if (!nob_cmd_run(&cmd)) -- cgit v1.2.3