Skip to content

Commit b15e1ed

Browse files
committed
refine build script miniconda3 path setup for boost modify
1 parent 22e7fe0 commit b15e1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_win.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ cd . > ..\build\caffe\include_symbols.hpp
232232

233233
:: boost file error fix (possible for Line 52)
234234
if "%MSVC_VERSION%"=="16" (
235-
sed -i 's/std::snprintf/_snprintf/g' ..\Miniconda3\Library\include\boost\system\detail\system_category_win32.hpp
235+
sed -i 's/std::snprintf/_snprintf/g' %SYNOPSYS_CAFFE_HOME%\Miniconda3\Library\include\boost\system\detail\system_category_win32.hpp
236236
)
237237

238238
:: Lint

0 commit comments

Comments
 (0)