diff options
| author | 2025-02-16 00:46:50 +0100 | |
|---|---|---|
| committer | 2025-02-16 00:49:28 +0100 | |
| commit | 2ae20ae40f37fff0b17a6be194dd8ed3cccc7786 (patch) | |
| tree | b27357993e6a0d25e662455f1abc41cd8408876b | |
| parent | examples(zigcrypto): better error message (diff) | |
| download | zig-sqlite-2ae20ae40f37fff0b17a6be194dd8ed3cccc7786.tar.gz zig-sqlite-2ae20ae40f37fff0b17a6be194dd8ed3cccc7786.tar.xz zig-sqlite-2ae20ae40f37fff0b17a6be194dd8ed3cccc7786.zip | |
build: fix zigcrypto dependencies
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -252,6 +252,7 @@ pub fn build(b: *std.Build) !void { | |||
| 252 | test_step.dependOn(&zigcrypto_install_artifact.step); | 252 | test_step.dependOn(&zigcrypto_install_artifact.step); |
| 253 | 253 | ||
| 254 | const zigcrypto_test_run = addZigcryptoTestRun(b, sqlite_mod, target, optimize); | 254 | const zigcrypto_test_run = addZigcryptoTestRun(b, sqlite_mod, target, optimize); |
| 255 | zigcrypto_test_run.step.dependOn(&zigcrypto_install_artifact.step); | ||
| 255 | test_step.dependOn(&zigcrypto_test_run.step); | 256 | test_step.dependOn(&zigcrypto_test_run.step); |
| 256 | 257 | ||
| 257 | // | 258 | // |