mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
libsamplerate: Fixed typo for updating configure scripts
This commit is contained in:
@ -17,8 +17,8 @@ export CFLAGS+="-O3 -Ofast -falign-functions=32 -ffat-lto-objects "
|
||||
export CFLAGS+="-flto=auto -fno-semantic-interposition -mprefer-vector-width=256 "
|
||||
export LDFLAGS="-flto=4 -Wl,-O2 -Wl,--as-needed "
|
||||
|
||||
cp -v ../files/config.sub-musl Cfg/config.sub &&
|
||||
cp -v ../files/config.guess-musl Cfg/config.guess &&
|
||||
cp -v ../files/config.sub-musl build-aux/config.sub &&
|
||||
cp -v ../files/config.guess-musl build-aux/config.guess &&
|
||||
./configure --prefix=/usr --disable-static $BUILDTRUPLE &&
|
||||
read -p "Compile?" && make -j2 &&
|
||||
|
||||
|
Reference in New Issue
Block a user