Skip to content

Commit 7296d03

Browse files
committed
fix build.zig.zon paths
1 parent de7ad90 commit 7296d03

File tree

4 files changed

+4
-17
lines changed

4 files changed

+4
-17
lines changed

build.zig.zon

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
.{
66
.name = "sdl",
77
.version = "0.0.0",
8-
.paths = .{
9-
"build.zig",
10-
"build.zig.zon",
11-
},
8+
.paths = .{""},
129
.dependencies = .{
1310
.sdl = .{
1411
.url = "git+https://github.com/libsdl-org/SDL?ref=main#575d9cda6f169b06e8f500acb8d3534408216185",

build/fonts/build.zig.zon

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
.{
66
.name = "fonts",
77
.version = "0.0.0",
8-
.paths = .{
9-
"src",
10-
"build.zig",
11-
"build.zig.zon",
12-
},
8+
.paths = .{""},
139
.dependencies = .{
1410
.intel_one_mono = .{
1511
.url = "git+https://github.com/intel/intel-one-mono#V1.3.0",

build/freetype/build.zig.zon

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
.{
66
.name = "freetype",
77
.version = "0.0.0",
8-
.paths = .{
9-
"build.zig",
10-
"build.zig.zon",
11-
},
8+
.paths = .{""},
129
.dependencies = .{
1310
// NOTE: matches SDL_ttf's external/freetype submodule
1411
.freetype = .{

build/wayland_scanner/build.zig.zon

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
.{
66
.name = "wayland_scanner",
77
.version = "0.0.0",
8-
.paths = .{
9-
"build.zig",
10-
"build.zig.zon",
11-
},
8+
.paths = .{""},
129
.dependencies = .{
1310
.wayland = .{
1411
.url = "git+https://gitlab.freedesktop.org/wayland/wayland.git#1.22.0",

0 commit comments

Comments
 (0)