Update README.md
Build / build (push) Successful in 1m40s
Test / build (push) Successful in 7m50s

This commit is contained in:
2026-04-25 19:42:28 +02:00
parent ef69470183
commit ab34c3b49a
+1 -1
View File
@@ -40,7 +40,7 @@ zig build ffi-c --release=[fast, small, safe]
You can also build a shared lib using You can also build a shared lib using
``` ```
zig build ffi-c --release=[fast, small, sage] -Dffi-build-static=false zig build ffi-c --release=[fast, small, safe] -Dffi-build-static=false
``` ```
You'll find the library in `./zig-out/lib/` and the header file in `./zig-out/include/` or in `./ffi/`. You'll find the library in `./zig-out/lib/` and the header file in `./zig-out/include/` or in `./ffi/`.