Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
111: Fix path flattening in makefile r=kvark a=almarklein I should have tested it properly in #110, sorry. The flattening now happens like this: `sed` is used to replace "webgpu-headers/" with nothing. The resulting changed file is saved as `wgpu.h` (rather than `ffi/wgpu.h`), and this file is included in the zipfile. I moved away from `sed -i` (inplace) because that API differs between Linux and MacOS:/ Co-authored-by: Almar Klein <[email protected]>
- Loading branch information