diff options
| author | Lenny Komow <lenny@lunarg.com> | 2019-08-05 10:47:21 -0600 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2019-08-08 09:47:34 -0600 |
| commit | 51c0866993db3ee0515813c9a9cac39388e08aec (patch) | |
| tree | 80b10f554e601e59fb94b04f91246d1ebda1bc54 /scripts | |
| parent | 5f56bb19807453b3fc1f9d1084512f2766e22ee3 (diff) | |
| download | usermoji-51c0866993db3ee0515813c9a9cac39388e08aec.tar.xz | |
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
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/known_good.json | 4 |
1 files changed, 4 insertions, 0 deletions
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" ] } ], |
