Jonathan Marler 3 年 前
コミット
7fe721c779
3 ファイル変更3 行追加3 行削除
  1. 1 1
      .github/workflows/artifact.yml
  2. 1 1
      ziget-build-files-copy/build.zig
  3. 1 1
      zigetsha

+ 1 - 1
.github/workflows/artifact.yml

@@ -11,7 +11,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: goto-bus-stop/setup-zig@v1
         with:
-          version: 0.9.0-dev.347+628f490c5
+          version: 0.9.0-dev.856+dd7530256
       - run: |
           git clone https://github.com/marler8997/ziget ./dep/ziget
           git -C ./dep/ziget checkout $(cat zigetsha) -b for_zigup

+ 1 - 1
ziget-build-files-copy/build.zig

@@ -195,7 +195,7 @@ pub fn addSslBackend(step: *std.build.LibExeObjStep, backend: SslBackend, ziget_
             };
             {
                 const sources = @embedFile("openssl/sources");
-                var source_lines = std.mem.split(sources, "\n");
+                var source_lines = std.mem.split(u8, sources, "\n");
                 while (source_lines.next()) |src| {
                     if (src.len == 0 or src[0] == '#') continue;
                     step.addCSourceFile(try std.fs.path.join(b.allocator, &[_][]const u8 { openssl_repo, src }), cflags);

+ 1 - 1
zigetsha

@@ -1 +1 @@
-ea7f123c3d0afe299f849429f620c84fd1a492ed
+82be2b061bf708cd4861e32dba1c00e7ba4dff0f