Fixed build error with hyprtoolkit

This commit is contained in:
Don Williams 2026-01-23 19:38:08 -05:00
parent 29e8044170
commit 6b66e62fd0

View File

@ -48,7 +48,6 @@ if [ -d "$SRC_DIR" ]; then
fi fi
if git clone -b $tag "https://github.com/hyprwm/hyprtoolkit.git" "$SRC_DIR"; then if git clone -b $tag "https://github.com/hyprwm/hyprtoolkit.git" "$SRC_DIR"; then
cd "$SRC_DIR" || exit 1 cd "$SRC_DIR" || exit 1
cd "hyprtoolkit" || exit 1
BUILD_DIR="$BUILD_ROOT/hyprtoolkit" BUILD_DIR="$BUILD_ROOT/hyprtoolkit"
mkdir -p "$BUILD_DIR" mkdir -p "$BUILD_DIR"
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -S . -B "$BUILD_DIR" cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -S . -B "$BUILD_DIR"