glfw: fix instructions for Gyro in README.md
"--build-dep" has been recently renamed to "--build_dep" Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
This commit is contained in:
parent
4296b2865b
commit
f4d9c0d171
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ pub fn build(b: *Builder) void {
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
gyro add --src github hexops/mach-glfw --root src/main.zig --alias glfw
|
gyro add --src github hexops/mach-glfw --root src/main.zig --alias glfw
|
||||||
gyro add --build-dep --src github hexops/mach-glfw --root build.zig --alias build-glfw
|
gyro add --build_dep --src github hexops/mach-glfw --root build.zig --alias build-glfw
|
||||||
```
|
```
|
||||||
|
|
||||||
Then in your `build.zig` add:
|
Then in your `build.zig` add:
|
||||||
|
|
Loading…
Add table
Reference in a new issue