chore: use make for Linux binary dependency setup
This commit is contained in:
@@ -20,7 +20,7 @@ fi
|
||||
if [[ ! -x "$ENV_DIR/bin/cmake" || ! -x "$ENV_DIR/bin/ninja" || ! -x "$ENV_DIR/bin/clang++" ]]; then
|
||||
echo "[setup] 在项目目录内创建 Linux 二进制构建环境..."
|
||||
"$MICROMAMBA_BIN" create -y -p "$ENV_DIR" -c conda-forge \
|
||||
cmake ninja clangxx qt-main opencv pkg-config
|
||||
cmake make clangxx qt-main opencv pkg-config
|
||||
fi
|
||||
|
||||
# README 中约定的路径,使用软链接指向隔离环境,便于 CMake 查找。
|
||||
|
||||
Reference in New Issue
Block a user