diff --git a/third_party/jpeg/BUILD.bazel b/third_party/jpeg/BUILD.bazel index 90e45237c7d..04f0e1bca1e 100644 --- a/third_party/jpeg/BUILD.bazel +++ b/third_party/jpeg/BUILD.bazel @@ -524,12 +524,12 @@ JCONFIG_NOWIN_COMMON_SUBSTITUTIONS = { "#cmakedefine HAVE_STDDEF_H": "#define HAVE_STDDEF_H 1", "#cmakedefine HAVE_STDLIB_H": "#define HAVE_STDLIB_H 1", "#cmakedefine NEED_SYS_TYPES_H": "#define NEED_SYS_TYPES_H", - "#cmakedefine NEED_BSD_STRINGS": "", + "#cmakedefine NEED_BSD_STRINGS 1": "", "#cmakedefine HAVE_UNSIGNED_CHAR": "#define HAVE_UNSIGNED_CHAR 1", "#cmakedefine HAVE_UNSIGNED_SHORT": "#define HAVE_UNSIGNED_SHORT 1", - "#cmakedefine INCOMPLETE_TYPES_BROKEN": "", - "#cmakedefine RIGHT_SHIFT_IS_UNSIGNED": "", - "#cmakedefine __CHAR_UNSIGNED__": "", + "#cmakedefine INCOMPLETE_TYPES_BROKEN 1": "", + "#cmakedefine RIGHT_SHIFT_IS_UNSIGNED 1": "", + "#cmakedefine __CHAR_UNSIGNED__ 1": "", "#undef const": "", "#undef size_t": "", }