diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-09-11 10:35:44 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-09-11 10:35:44 +0200 |
commit | 207515bc705f8bb7b2951e5986492b4b4b0ea45f (patch) | |
tree | 4a20d80d43be150d1c043a6215e1f31bd671098b /make.c | |
parent | db3a55e1991f45fa38b450fedbd6375ea0dc613a (diff) |
Fix build script
Diffstat (limited to 'make.c')
-rw-r--r-- | make.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -219,6 +219,7 @@ tiktok(void) char *dash_I = xmalloc(brewbufsz + sizeof("-I/include")); char *dash_L = xmalloc(brewbufsz + sizeof("-L/lib")); + brewbuf[brewbufsz - 1] = 0; sprintf(dash_I, "-I%s/include", brewbuf); sprintf(dash_L, "-L%s/lib", brewbuf); |