Skip to content

Commit

Permalink
Merge pull request #317 from RyanMetcalfeInt8/patch_eol_fix
Browse files Browse the repository at this point in the history
ci: fix EOL issues with CMakeLists.txt patches
  • Loading branch information
RyanMetcalfeInt8 authored Oct 31, 2024
2 parents 1acc4d3 + 85ccf62 commit 4ff258f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ cd %AUDACITY_CLONE_DIR%
git --version >nul 2>&1
IF NOT ERRORLEVEL 1 (
echo Applying patch using git command...
git apply %audacity_add_ov_mod_patch_path% || exit /b 1
git apply %audacity_no_vc_runtime_install_patch% || exit /b 1
git apply --ignore-whitespace %audacity_add_ov_mod_patch_path% || exit /b 1
git apply --ignore-whitespace %audacity_no_vc_runtime_install_patch% || exit /b 1
) ELSE (
:: Since git is not available, check if 'patch' command exists
patch --version >nul 2>&1
Expand Down

0 comments on commit 4ff258f

Please sign in to comment.