aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index e9ce802..638540a 100644
--- a/tcc.h
+++ b/tcc.h
@@ -155,6 +155,12 @@
#ifndef CONFIG_SYSROOT
# define CONFIG_SYSROOT ""
#endif
+#ifndef CONFIG_TCCDIR
+# define CONFIG_TCCDIR "."
+#endif
+#ifndef CONFIG_LDDIR
+# define CONFIG_LDDIR "lib"
+#endif
/* path to find crt1.o, crti.o and crtn.o */
#ifndef CONFIG_TCC_CRTPREFIX