Skip to content

Commit

Permalink
git git git
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsIrl committed Aug 10, 2024
1 parent 7bb2065 commit 6a64119
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn build(b: *std.Build) void {
fuse_fss.addIncludePath(b.path("zstd/lib"));

fuse_fss.addIncludePath(b.path("libfuse/include"));
fuse_fss.addIncludePath(b.path("libfuse_build"));
fuse_fss.addIncludePath(b.path("libfuse_include"));

fuse_fss.addCSourceFiles(.{
.files = &[_][]const u8{
Expand Down Expand Up @@ -187,7 +187,7 @@ pub fn build(b: *std.Build) void {
runtime.addImport("zstd", zstd);
runtime.addImport("fuse-overlayfs", fuse_fss);

runtime.addIncludePath(b.path("crun"));
runtime.addIncludePath(b.path("crun_include"));
runtime.addIncludePath(b.path("crun/src"));
runtime.addIncludePath(b.path("crun/libocispec/src"));

Expand Down
3 changes: 3 additions & 0 deletions crun_include/git-version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#ifndef GIT_VERSION
# define GIT_VERSION "dockerc-hash"
#endif
File renamed without changes.
File renamed without changes.

0 comments on commit 6a64119

Please sign in to comment.