Commit d9d86616 authored by serge-sans-paille's avatar serge-sans-paille
Browse files

Bug 1828385 - Make modules/libmar/verify buildable outside of a unified build environment r=andi

parent 1338134e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -47,5 +47,3 @@ c11_flags = ["-std=gnu11"]
if CONFIG["CC_TYPE"] == "clang-cl":
    c11_flags.insert(0, "-Xclang")
CFLAGS += c11_flags

REQUIRES_UNIFIED_BUILD = True