Loading packaging/build-nspawn.sh +2 −2 Original line number Diff line number Diff line Loading @@ -289,8 +289,8 @@ set(CMAKE_LINKER lld-${LLVM_VERSION}) set(CMAKE_C_FLAGS_INIT \"--target=x86_64-linux-musl --sysroot=/usr/local/musl -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\") set(CMAKE_CXX_FLAGS_INIT \"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\") set(CMAKE_EXE_LINKER_FLAGS_INIT \"-fuse-ld=lld -L/usr/local/musl/lib -L\${RT_PATH} -rtlib=compiler-rt --unwindlib=none --target=x86_64-linux-musl -nostdlib -lc\") set(CMAKE_SHARED_LINKER_FLAGS_INIT \"-fuse-ld=lld -L/usr/local/musl/lib -L\${RT_PATH} -rtlib=compiler-rt --unwindlib=none --target=x86_64-linux-musl -nostdlib -lc\") set(CMAKE_EXE_LINKER_FLAGS_INIT \"-fuse-ld=lld -L/usr/local/musl/lib -L\${RT_PATH} --unwindlib=none --target=x86_64-linux-musl -nostdlib -lc -lclang_rt.builtins-x86_64\") set(CMAKE_SHARED_LINKER_FLAGS_INIT \"-fuse-ld=lld -L/usr/local/musl/lib -L\${RT_PATH} --unwindlib=none --target=x86_64-linux-musl -nostdlib -lc -lclang_rt.builtins-x86_64\") set(CMAKE_CXX_STANDARD_LIBRARIES \"-lc++ -lc++abi -lunwind\") Loading Loading
packaging/build-nspawn.sh +2 −2 Original line number Diff line number Diff line Loading @@ -289,8 +289,8 @@ set(CMAKE_LINKER lld-${LLVM_VERSION}) set(CMAKE_C_FLAGS_INIT \"--target=x86_64-linux-musl --sysroot=/usr/local/musl -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\") set(CMAKE_CXX_FLAGS_INIT \"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\") set(CMAKE_EXE_LINKER_FLAGS_INIT \"-fuse-ld=lld -L/usr/local/musl/lib -L\${RT_PATH} -rtlib=compiler-rt --unwindlib=none --target=x86_64-linux-musl -nostdlib -lc\") set(CMAKE_SHARED_LINKER_FLAGS_INIT \"-fuse-ld=lld -L/usr/local/musl/lib -L\${RT_PATH} -rtlib=compiler-rt --unwindlib=none --target=x86_64-linux-musl -nostdlib -lc\") set(CMAKE_EXE_LINKER_FLAGS_INIT \"-fuse-ld=lld -L/usr/local/musl/lib -L\${RT_PATH} --unwindlib=none --target=x86_64-linux-musl -nostdlib -lc -lclang_rt.builtins-x86_64\") set(CMAKE_SHARED_LINKER_FLAGS_INIT \"-fuse-ld=lld -L/usr/local/musl/lib -L\${RT_PATH} --unwindlib=none --target=x86_64-linux-musl -nostdlib -lc -lclang_rt.builtins-x86_64\") set(CMAKE_CXX_STANDARD_LIBRARIES \"-lc++ -lc++abi -lunwind\") Loading