We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182ce2b commit bedf5e7Copy full SHA for bedf5e7
.github/script/build_enet_windows.cmd
@@ -46,7 +46,7 @@ cd build
46
47
set sed="C:\Program Files\Git\usr\bin\sed.exe"
48
49
-%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 = \"%VIDEOSDKVERSION%\";/g" ../iot/link/app_common/app_p2p/appWrapper.h
50
51
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
52
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
0 commit comments