aboutsummaryrefslogtreecommitdiffstats
path: root/compile.bat
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-12-12 15:18:43 -0500
committerGravatar Peter McGoron 2023-12-12 15:18:43 -0500
commitbfc99264dd94e8e77bb13a7ed6108eaefee64dfc (patch)
treef900800fc6f387eb1a05a51fe673febe456e1503 /compile.bat
parentadd sqlite3.h (diff)
fix archive and directory recursion errors
Diffstat (limited to 'compile.bat')
-rw-r--r--compile.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.bat b/compile.bat
index 08f7feb..21edf1c 100644
--- a/compile.bat
+++ b/compile.bat
@@ -1 +1 @@
-tcc\tcc.exe -Wall -o wlb.exe wlb.c sha-256.c sqlite3.c -DSQLITE_OMIT_LOAD_EXTENSION \ No newline at end of file
+tcc\tcc.exe -Wall -o wlb.exe wlb.c sha-256.c -L. -lsqlite3 \ No newline at end of file