mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-10 07:11:39 +00:00
Don't build libFLAC++
We don't need it and it's causing problems for macOS build.
This commit is contained in:
parent
f4f03c4223
commit
6aac1d9032
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ variant stable fetch_download $CHOCPKG_MIRRORS/flac-1.3.1.tar.gz \
|
|||
variant latest fetch_git https://github.com/xiph/flac.git master
|
||||
|
||||
# Compile problems :(
|
||||
build_autotools --disable-asm-optimizations
|
||||
build_autotools --disable-asm-optimizations --disable-cpplibs
|
||||
|
|
Loading…
Reference in a new issue