Unverified Commit d8cbee31 authored by K900's avatar K900 Committed by GitHub
Browse files

nixd: work around meson bug to fix build (#448474)

parents e9c752b0 95996e94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ let
      ninja
      python3
      pkg-config
      llvmPackages.llvm # workaround for a meson bug, where llvm-config is not found, making the build fail
    ];

    mesonBuildType = "release";