mirror of https://github.com/Nonannet/copapy.git
Update musl repository URL in build scripts with a mirror
This commit is contained in:
parent
addd548fde
commit
b513e2f750
|
|
@ -5,7 +5,8 @@ set -v
|
||||||
|
|
||||||
mkdir -p /object_files
|
mkdir -p /object_files
|
||||||
|
|
||||||
git clone --single-branch --branch master --depth 1 https://git.musl-libc.org/git/musl
|
#git clone --single-branch --branch master --depth 1 https://git.musl-libc.org/git/musl
|
||||||
|
git clone --single-branch --branch master --depth 1 https://repo.or.cz/musl.git
|
||||||
cd musl
|
cd musl
|
||||||
|
|
||||||
#./configure CFLAGS="-O2 -fno-stack-protector -ffast-math"
|
#./configure CFLAGS="-O2 -fno-stack-protector -ffast-math"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue