fixing example
Build / build (push) Successful in 1m12s
Test / build (push) Successful in 1m10s

This commit is contained in:
2026-05-12 16:45:19 +02:00
parent 3139f3cfdd
commit c0825d5315
3 changed files with 56 additions and 51 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ fn addExample(
install_spv_lib_step: *std.Build.Step,
) void {
const no_example = b.option(bool, "no-example", "Skip example build") orelse false;
if (!no_example and false) {
if (!no_example) {
const sdl3 = b.lazyDependency("sdl3", .{
.target = target,
.optimize = optimize,