mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update build.sh
This commit is contained in:
parent
4bb44c7c72
commit
47379ac039
@ -11,7 +11,7 @@ ccache_status () {
|
|||||||
|
|
||||||
[ -O /build ] || git config --global --add safe.directory /build
|
[ -O /build ] || git config --global --add safe.directory /build
|
||||||
|
|
||||||
if [ "$EXTRACT_TOOLCHAIN_DARWIN" = "1" ];then
|
if [ "$EXTRACT_TOOLCHAIN_DARWIN" = "1" ]; then
|
||||||
mkdir -p /build/cmake/toolchain/darwin-x86_64
|
mkdir -p /build/cmake/toolchain/darwin-x86_64
|
||||||
tar xJf /MacOSX11.0.sdk.tar.xz -C /build/cmake/toolchain/darwin-x86_64 --strip-components=1
|
tar xJf /MacOSX11.0.sdk.tar.xz -C /build/cmake/toolchain/darwin-x86_64 --strip-components=1
|
||||||
ln -sf darwin-x86_64 /build/cmake/toolchain/darwin-aarch64
|
ln -sf darwin-x86_64 /build/cmake/toolchain/darwin-aarch64
|
||||||
|
Loading…
Reference in New Issue
Block a user