aboutsummaryrefslogtreecommitdiff
path: root/nob.c
diff options
context:
space:
mode:
Diffstat (limited to 'nob.c')
-rw-r--r--nob.c2
1 files changed, 1 insertions, 1 deletions
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))