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 22e7fe0 commit b15e1edCopy full SHA for b15e1ed
scripts/build_win.cmd
@@ -232,7 +232,7 @@ cd . > ..\build\caffe\include_symbols.hpp
232
233
:: boost file error fix (possible for Line 52)
234
if "%MSVC_VERSION%"=="16" (
235
- sed -i 's/std::snprintf/_snprintf/g' ..\Miniconda3\Library\include\boost\system\detail\system_category_win32.hpp
+ sed -i 's/std::snprintf/_snprintf/g' %SYNOPSYS_CAFFE_HOME%\Miniconda3\Library\include\boost\system\detail\system_category_win32.hpp
236
)
237
238
:: Lint
0 commit comments