Skip to content

Commit

Permalink
[build] Added missing public header files in Windows binary installer (
Browse files Browse the repository at this point in the history
…#2784).

The header file access_control.h was added to the source tree
at some point but was not added to the Windows installer.
  • Loading branch information
lelegard committed Aug 21, 2023
1 parent b1d8b04 commit 51e3d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/win-installer/libsrt.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ Section "Install"
; Header files.
CreateDirectory "$INSTDIR\include\srt"
SetOutPath "$INSTDIR\include\srt"
File "${RepoDir}\srtcore\access_control.h"
File "${RepoDir}\srtcore\logging_api.h"
File "${RepoDir}\srtcore\platform_sys.h"
File "${RepoDir}\srtcore\srt.h"
File "${RepoDir}\srtcore\udt.h"
File "${Build64Dir}\version.h"

CreateDirectory "$INSTDIR\include\win"
Expand Down

0 comments on commit 51e3d0d

Please sign in to comment.