Skip to content

Commit

Permalink
install required header
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Sep 22, 2024
1 parent 48227aa commit e2a6754
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 @@ -95,6 +95,7 @@ pub fn build(b: *std.Build) void {
srtcore.addIncludePath(srt_dep.path("common"));
srtcore.installHeader(srt_dep.path("srtcore/srt.h"), "srt.h");
srtcore.installHeader(srt_dep.path("srtcore/logging_api.h"), "logging_api.h");
srtcore.installHeader(srt_dep.path("srtcore/platform_sys.h"), "platform_sys.h");
srtcore.installHeader(srt_dep.path("srtcore/access_control.h"), "access_control.h");
if (target.result.os.tag == .windows) {
srtcore.linkSystemLibrary("wsock32");
Expand Down

0 comments on commit e2a6754

Please sign in to comment.