Fix typo in check_build_sanity.py
authorPyry Haulos <phaulos@google.com>
Wed, 24 Aug 2016 21:55:06 +0000 (14:55 -0700)
committerPyry Haulos <phaulos@google.com>
Wed, 24 Aug 2016 21:55:06 +0000 (14:55 -0700)
Change-Id: I3aa34569998261b8af5a1a45f2b69a74c5dcd85b

scripts/check_build_sanity.py

index 9b2ca46..9e41180 100644 (file)
@@ -150,7 +150,7 @@ STEPS = [
                                         "Release",
                                         "gcc",
                                         "g++",
-                                        GCC_32BIT_CFLAGS),
+                                        GCC_64BIT_CFLAGS),
                  ANY_UNIX_GENERATOR),
        Build("vs-64-debug",
                  VSConfig("Debug"),