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:
parent
e0e0736294
commit
b0f0ec7568
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue