Skip to content

Commit 813d942

Browse files
Rexicon226alichraghi
authored andcommitted
add icl sublibrary
1 parent d9e4a26 commit 813d942

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const boost_libs = [_][]const u8{
9898
"crc",
9999
"hof",
100100
"interval",
101+
"icl",
101102
"local_function",
102103
"format",
103104
"pool",

build.zig.zon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,10 @@
396396
.url = "git+https://github.com/boostorg/interval#boost-1.90.0",
397397
.hash = "N-V-__8AAI5fBgALNeyXb0DEVCArdX3aMz4rwz4bZhiQ8Pn4",
398398
},
399+
.icl = .{
400+
.url = "git+https://github.com/boostorg/icl#boost-1.90.0",
401+
.hash = "N-V-__8AACHFgAAL6MnwPXMGH4XFiUWfVG2ZZsaSiCUlKW3P",
402+
},
399403
.local_function = .{
400404
.url = "git+https://github.com/boostorg/local_function#boost-1.90.0",
401405
.hash = "N-V-__8AAHGaFQDt5k8TphnVwa6vACn9SjMFY-sjx1bHeyhn",

update_zon.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ const git_urls = [_][]const u8{
147147
"git+https://github.com/boostorg/function_types#" ++ boost_version,
148148
"git+https://github.com/boostorg/hof#" ++ boost_version,
149149
"git+https://github.com/boostorg/interval#" ++ boost_version,
150+
"git+https://github.com/boostorg/icl#" ++ boost_version,
150151
"git+https://github.com/boostorg/local_function#" ++ boost_version,
151152
"git+https://github.com/boostorg/log#" ++ boost_version,
152153
"git+https://github.com/boostorg/charconv#" ++ boost_version,

0 commit comments

Comments
 (0)