malcolmstill / zware

Zig WebAssembly Runtime Engine
MIT License
285 stars 10 forks source link

use std.Build.path for 0.13.0 compatibility #225

Closed marler8997 closed 3 months ago

marler8997 commented 3 months ago

Updated code in build.zig to use std.Build.path instead of constructing LazyPath's directly. This should make build.zig compatible with both 0.12.0 and 0.13.0.

malcolmstill commented 3 months ago

Thanks Johnny!