gpu-dawn: correct default back to separate_libs=false

Fixes regression in e3f055cf7a

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-12 17:10:29 -07:00
parent e0e0736294
commit b0f0ec7568

View file

@ -77,7 +77,7 @@ pub const Options = struct {
/// Whether or not to produce separate static libraries for each component of Dawn (reduces
/// iteration times when building from source / testing changes to Dawn source code.)
separate_libs: bool = true,
separate_libs: bool = false,
/// Whether to build Dawn from source or not.
from_source: bool = false,