File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88from pathlib import Path
99
1010ARCHS = {
11- "x86_64" : "https://musl.cc/x86_64-linux-musl-cross.tgz" ,
12- "arm" : "https://musl.cc/arm-linux-musleabi-cross.tgz" ,
13- "aarch64" : "https://musl.cc/aarch64-linux-musl-cross.tgz" ,
14- "powerpc" : "https://musl.cc/powerpc-linux-musl-cross.tgz" ,
15- "mips" : "https://musl.cc/mips-linux-musl-cross.tgz" ,
16- "mipsel" : "https://musl.cc/mipsel-linux-musl-cross.tgz" ,
11+ "x86_64" : "https://more. musl.cc/11/x86_64-linux-musl /x86_64-linux-musl-cross.tgz" ,
12+ "arm" : "https://more. musl.cc/11/x86_64-linux-musl /arm-linux-musleabi-cross.tgz" ,
13+ "aarch64" : "https://more. musl.cc/11/x86_64-linux-musl /aarch64-linux-musl-cross.tgz" ,
14+ "powerpc" : "https://more. musl.cc/11/x86_64-linux-musl /powerpc-linux-musl-cross.tgz" ,
15+ "mips" : "https://more. musl.cc/11/x86_64-linux-musl /mips-linux-musl-cross.tgz" ,
16+ "mipsel" : "https://more. musl.cc/11/x86_64-linux-musl /mipsel-linux-musl-cross.tgz" ,
1717}
1818CHUNK_SIZE = 65536
1919MUSL_TOOLCHAINS_DIR = Path ("/musl-toolchains" )
You can’t perform that action at this time.
0 commit comments