Skip to content

Commit 001a02d

Browse files
author
archurtan
committed
update windows build script.
1 parent bedf5e7 commit 001a02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/script/build_enet_windows.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cd build
4646

4747
set sed="C:\Program Files\Git\usr\bin\sed.exe"
4848

49-
%sed% -i "s/.*VIDEOSDKVERSION.*/static const char * VIDEOSDKVERSION = \"%VIDEOSDKVERSION%\";/g" ../iot/link/app_common/app_p2p/appWrapper.h
49+
%sed% -i "s/.*VIDEOSDKVERSION.*/static const char * VIDEOSDKVERSION = \"%VIDEO_SDK_VERSION%\";/g" ../iot/link/app_common/app_p2p/appWrapper.h
5050

5151
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
5252
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"

0 commit comments

Comments
 (0)