We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6010ade commit 7c039ecCopy full SHA for 7c039ec
build.zig
@@ -98,10 +98,10 @@ pub fn build(b: *std.Build) void {
98
.PACKAGE = "expat",
99
.PACKAGE_BUGREPORT = "https://github.com/libexpat/libexpat/issues",
100
.PACKAGE_NAME = "expat",
101
- .PACKAGE_STRING = b.fmt("expat {}", .{version}),
+ .PACKAGE_STRING = b.fmt("expat {f}", .{version}),
102
.PACKAGE_TARNAME = "expat",
103
.PACKAGE_URL = "",
104
- .PACKAGE_VERSION = b.fmt("{}", .{version}),
+ .PACKAGE_VERSION = b.fmt("{f}", .{version}),
105
.STDC_HEADERS = true,
106
.WORDS_BIGENDIAN = target.result.cpu.arch.endian() == .big,
107
.XML_ATTR_INFO = attr_info,
0 commit comments