summaryrefslogtreecommitdiff
path: root/sqlite3/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3/buildfile')
-rw-r--r--sqlite3/buildfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sqlite3/buildfile b/sqlite3/buildfile
index a8e7466..e408acb 100644
--- a/sqlite3/buildfile
+++ b/sqlite3/buildfile
@@ -8,6 +8,15 @@ import libs += libz%lib{z}
exe{sqlite3}: {h c}{*} $libs testscript
+# @@ TMP Workaround GCC bug 84583:
+#
+# shell.exe.o.i:165900:40: error: unterminated string literal
+#
+# Note: on upgrade check if it is still required.
+#
+if ($c.id == 'gcc' && $c.target.system == 'mingw32')
+ obj{shell}: cc.reprocess = true
+
gcc = ($c.class == 'gcc')
# Build options.