mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2026-02-05 01:30:13 +01:00
Fixed build error with hyprtoolkit
This commit is contained in:
parent
29e8044170
commit
6b66e62fd0
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user