Skip to content

Commit 7c039ec

Browse files
authored
Update build.zig
1 parent 6010ade commit 7c039ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ pub fn build(b: *std.Build) void {
9898
.PACKAGE = "expat",
9999
.PACKAGE_BUGREPORT = "https://github.com/libexpat/libexpat/issues",
100100
.PACKAGE_NAME = "expat",
101-
.PACKAGE_STRING = b.fmt("expat {}", .{version}),
101+
.PACKAGE_STRING = b.fmt("expat {f}", .{version}),
102102
.PACKAGE_TARNAME = "expat",
103103
.PACKAGE_URL = "",
104-
.PACKAGE_VERSION = b.fmt("{}", .{version}),
104+
.PACKAGE_VERSION = b.fmt("{f}", .{version}),
105105
.STDC_HEADERS = true,
106106
.WORDS_BIGENDIAN = target.result.cpu.arch.endian() == .big,
107107
.XML_ATTR_INFO = attr_info,

0 commit comments

Comments
 (0)