Skip to content

Commit f7899b9

Browse files
authored
Update path for webgpu.h in copyWgpuHeaders task
1 parent 70c58d5 commit f7899b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

natives/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ task unzip(type: Copy) {
2424
}
2525

2626
task copyWgpuHeaders(type: Copy) {
27-
from "bin/$wgpuVersion/$os-$arch-$type/webgpu.h"
27+
from "bin/$wgpuVersion/$os-$arch-$type/include/webgpu/webgpu.h"
2828
into 'build/headers/'
2929
}
3030

3131
artifacts {
3232
headers file('build/headers/webgpu.h')
33-
}
33+
}

0 commit comments

Comments
 (0)