From 51c0866993db3ee0515813c9a9cac39388e08aec Mon Sep 17 00:00:00 2001 From: Lenny Komow Date: Mon, 5 Aug 2019 10:47:21 -0600 Subject: build: Remove Windows loader build dependency On Windows, the loader now has a dependency on the Windows Driver Kit. In order to avoid adding that dependency here, this change includes loader .lib files for building on Windows. Change-Id: I3119caccf7e4e9ba0666a9ba29413137696775ec --- scripts/known_good.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/known_good.json b/scripts/known_good.json index 97811d57..ccb4dec1 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -50,6 +50,10 @@ ], "cmake_options" : [ "-DBUILD_TESTS=NO" + ], + "build_platforms" : [ + "linux", + "darwin" ] } ], -- cgit v1.2.3