@echo off
setlocal DisableDelayedExpansion
set CARGO_ZIGBUILD_ZIG_VERSION=0.14.1
"C:/Users/decid/.cargo/bin/cargo-zigbuild.exe" zig ranlib --  %*
