Unverified Commit 95996e94 authored by Grimmauld's avatar Grimmauld
Browse files

nixd: work around meson bug to fix build

parent 3a76e13d
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";