Commit 38d8cfea authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

drawpile: assert that at least one component is built

parent a3f473bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@
, buildExtraTools ? false
}:

assert lib.assertMsg (buildClient || buildServer || buildExtraTools)
  "You must specify at least one of buildClient, buildServer, or buildExtraTools.";

let
  clientDeps = [
    qtbase