From 5885bba8302e0ff3cba0e325d6b66a417f8ae383 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Dec 2016 18:30:57 +0300 Subject: Adapt buildfiles to expansion change --- sqlite3/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3') 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") { -- cgit v1.1