Skip to content

Commit 51e3d0d

Browse files
authored
[build] Added missing public header files in Windows binary installer (#2784).
The header file access_control.h was added to the source tree at some point but was not added to the Windows installer.
1 parent b1d8b04 commit 51e3d0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/win-installer/libsrt.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@ Section "Install"
125125
; Header files.
126126
CreateDirectory "$INSTDIR\include\srt"
127127
SetOutPath "$INSTDIR\include\srt"
128+
File "${RepoDir}\srtcore\access_control.h"
128129
File "${RepoDir}\srtcore\logging_api.h"
129130
File "${RepoDir}\srtcore\platform_sys.h"
130131
File "${RepoDir}\srtcore\srt.h"
132+
File "${RepoDir}\srtcore\udt.h"
131133
File "${Build64Dir}\version.h"
132134

133135
CreateDirectory "$INSTDIR\include\win"

0 commit comments

Comments
 (0)