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

Bug 1828383 - Make hal/ buildable outside of a unified build environment r=andi

parent 45901a24
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ elif CONFIG["OS_TARGET"] == "Linux":
            "fallback/FallbackBattery.cpp",
        ]
elif CONFIG["OS_TARGET"] == "WINNT":
    REQUIRES_UNIFIED_BUILD = True
    UNIFIED_SOURCES += [
        "fallback/FallbackVibration.cpp",
        "windows/WindowsSensor.cpp",