Skip to content

Commit c9a3e4f

Browse files
zig ci
1 parent 942f4d1 commit c9a3e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/zig/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub fn build(b: *std.Build) void {
6262
// =============== OpenDAL C bindings ===============
6363

6464
// Creates a step for building the dependent C bindings
65-
const libopendal_c_cmake = b.addSystemCommand(&[_][]const u8{ "cmake", "-S", "../c", "-B", "../c/build", "-DFEATURES=opendal/memory" });
65+
const libopendal_c_cmake = b.addSystemCommand(&[_][]const u8{ "cmake", "-S", "../c", "-B", "../c/build", "-DFEATURES=opendal/services-memory" });
6666
const config_libopendal_c = b.step("libopendal_c_cmake", "Generate OpenDAL C binding CMake files");
6767
config_libopendal_c.dependOn(&libopendal_c_cmake.step);
6868
const libopendal_c = b.addSystemCommand(&[_][]const u8{ "make", "-C", "../c/build" });

0 commit comments

Comments
 (0)