summaryrefslogtreecommitdiff
path: root/sqlite3
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:30:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:30:57 +0300
commit5885bba8302e0ff3cba0e325d6b66a417f8ae383 (patch)
tree53fef397f6bc64509665fba2632f9028893e99cb /sqlite3
parente0a643b628c3e1a07d8409e40ac03599e6ad7724 (diff)
Adapt buildfiles to expansion change
Diffstat (limited to 'sqlite3')
-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")
{