Skip to content

Commit

Permalink
update windows build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
archurtan committed Feb 24, 2022
1 parent bedf5e7 commit 001a02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/script/build_enet_windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cd build

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

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

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

0 comments on commit 001a02d

Please sign in to comment.