Fix MacOS

This commit is contained in:
XXXXRT666 2025-05-01 16:03:35 +01:00
parent ae16b63b9e
commit 0e070f4b31

View File

@ -125,11 +125,13 @@ fi
# 安装构建工具
# Install build tools
if [ "$(uname)" != "Darwin" ]; then
echo "Installing GCC..."
conda install -c conda-forge gcc=14 -q -y
echo "Installing G++..."
conda install -c conda-forge gxx -q -y
fi
echo "Installing ffmpeg and cmake..."
conda install ffmpeg cmake make -q -y