summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sqlite3/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3/buildfile b/sqlite3/buildfile
index 00e6304..d26170c 100644
--- a/sqlite3/buildfile
+++ b/sqlite3/buildfile
@@ -65,7 +65,7 @@ if ($c.id != "msvc")
# modifying sqlite3.h. Note that this is also sub-optimal if we are not using
# an export stub (no dllimport).
#
-lib{sqlite3}: cc.export.poptions = -I$src_base
+lib{sqlite3}: cc.export.poptions = "-I$src_base"
if ($c.target.class == "windows")
{