diff options
| author | Juan Ramos <juan@lunarg.com> | 2023-11-07 12:04:48 -0700 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-11-07 12:28:47 -0700 |
| commit | 322e7b3f0850c4892b69b326959811c82344e18f (patch) | |
| tree | a6e229e8c95db28e3acc06eb10585cac71eeaf14 /scripts | |
| parent | a4498f9ce35a7c8d87d38bd609d42081a5fc7d4d (diff) | |
| download | usermoji-322e7b3f0850c4892b69b326959811c82344e18f.tar.xz | |
Don't grab googletest when building for Android
It isn't needed.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/known_good.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index 273aeb22..bef0025a 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -59,6 +59,11 @@ "-Dgtest_force_shared_crt=ON", "-DBUILD_SHARED_LIBS=OFF" ], + "build_platforms": [ + "windows", + "linux", + "darwin" + ], "commit": "v1.14.0", "optional": [ "tests" |
