![]() This change makes it easier to test SDKs locally, e.g. if you have: ``` % tree projects/ projects ├── mach │ └── glfw └── sdk-macos-11.3 ``` In the `projects/mach/glfw` directory it is now easy to test changes to `sdk-macos-11.3` using: ```sh SDK_PATH="$(pwd)/../.." zig build test -Dtarget=aarch64-macos ``` And it'll use your local SDK, instead of the one in the appdata dir. Signed-off-by: Stephen Gutekanst <stephen@hexops.com> |
||
---|---|---|
.. | ||
src | ||
upstream/glfw | ||
build.zig | ||
update-upstream.sh |