summaryrefslogtreecommitdiff
path: root/libsqlite3/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libsqlite3/buildfile')
-rw-r--r--libsqlite3/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsqlite3/buildfile b/libsqlite3/buildfile
index 754b425..074713f 100644
--- a/libsqlite3/buildfile
+++ b/libsqlite3/buildfile
@@ -64,7 +64,7 @@ if ($c.target.class != "windows")
# Both Debian and Fedora add this so gotta be important.
#
-if ($c.id != "msvc")
+if ($c.class == 'gcc')
c.coptions += -fno-strict-aliasing
# It would have been cleaner to handle this in a header but that will require