Skip to content

Commit 0ae1c90

Browse files
committed
--ignore-whitespace in patch Fixes IfcOpenShell#565
1 parent 8c19240 commit 0ae1c90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win/build-deps.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ if not %ERRORLEVEL%==0 goto :Error
290290
findstr IfcOpenShell "%DEPENDENCY_DIR%\CMakeLists.txt">NUL
291291
if not %ERRORLEVEL%==0 (
292292
pushd "%DEPENDENCY_DIR%"
293-
git apply ""%~dp0patches\%OCCT_VER%.patch"
293+
git apply --ignore-whitespace ""%~dp0patches\%OCCT_VER%.patch"
294294
popd
295295
)
296296
findstr IfcOpenShell "%DEPENDENCY_DIR%\CMakeLists.txt">NUL

0 commit comments

Comments
 (0)