Skip to content

Commit

Permalink
libvlc headers - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Dec 12, 2022
1 parent 36f721a commit dc23c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fn make_example(b: *std.build.Builder, mode: std.builtin.Mode, target: std.zig.C
const example = b.addExecutable(name, path);
example.setBuildMode(mode);
example.setTarget(target);
example.addIncludePath("vendor/vlc/include");
if (option.sdl_enabled) {
// import SDL bindings
const sdl = @import("vendor/SDL2-zig/Sdk.zig");
Expand Down

0 comments on commit dc23c3b

Please sign in to comment.