gpu-dawn:build: remove dawn-from-source option and build from source
by default
This commit is contained in:
parent
ec99abc5d4
commit
9e1b04770a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ pub fn build(b: *Builder) void {
|
||||||
|
|
||||||
const options = gpu_dawn.Options{
|
const options = gpu_dawn.Options{
|
||||||
.install_libs = true,
|
.install_libs = true,
|
||||||
.from_source = b.option(bool, "dawn-from-source", "Build Dawn from source") orelse false,
|
.from_source = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Just to demonstrate/test linking. This is not a functional example, see the mach/gpu examples
|
// Just to demonstrate/test linking. This is not a functional example, see the mach/gpu examples
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue