Skip to content

Commit

Permalink
Patch problematic commit in flac
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Jul 18, 2020
1 parent 872a3da commit fac9d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ before_build:

# prepare flac
- cd "%REPO_DIR%\lib\flac"
- ps: (Get-Content 'src\libFLAC\ia32\CMakeLists.txt') | ForEach-Object { $_ -replace '^#include_directories', 'include_directories' } | Set-Content 'src\libFLAC\ia32\CMakeLists.txt'
- mkdir "_build" && cd "_build"
- mkdir "Win32" && cd "Win32"
- cmake %CMAKE_GENERATOR_X86% %CMAKE_COMMON_DEFINES% %FLAC_CMAKE_X86% ..\..\
Expand Down

0 comments on commit fac9d30

Please sign in to comment.