aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-04-03 03:08:40 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-04-03 03:08:40 -0400
commit438edf45c27da9aa2503a5bcf50f34475c8bc63d (patch)
tree5a96862127f2c0906b6f643e2552bd315e67dca5 /tomo.c
parent5fc433e7146f3aebaf9d3dc1f61d0ccfb5df55bb (diff)
Hook things up so the compiler can run better without installing
Diffstat (limited to 'tomo.c')
-rw-r--r--tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomo.c b/tomo.c
index 4d900ae6..37c6d4ee 100644
--- a/tomo.c
+++ b/tomo.c
@@ -83,7 +83,7 @@ int main(int argc, char *argv[])
cflags = getenv("CFLAGS");
if (!cflags)
- cflags = heap_strf("%s %s -ggdb -I. -D_DEFAULT_SOURCE", cconfig, optimization);
+ cflags = heap_strf("%s %s -ggdb -I./include -D_DEFAULT_SOURCE", cconfig, optimization);
ldlibs = "-lgc -lcord -lm -L. -ltomo";
if (getenv("LDLIBS"))