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

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

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

REQUIRES_UNIFIED_BUILD = True