Changes
1 changed files (+1/-0)
-
-
@@ -229,6 +229,7 @@ pub fn build(b: *std.Build) !void {const run = b.addRunArtifact(exe); run.step.dependOn(&install_compiled_gschema.step); run.setEnvironmentVariable("GSETTINGS_SCHEMA_DIR", b.pathJoin(&.{ b.install_path, glib_schemas_dir })); run.setEnvironmentVariable("G_MESSAGES_DEBUG", "Plac"); const step = b.step("run", "Build and run Plac GTK-Adwaita app"); step.dependOn(&run.step); }
-