Updated Makefile

hyprutils is a directory not .hpp on system.
This commit is contained in:
Ethan Smith-Coss 2024-06-18 21:36:22 +01:00
parent d27e754fea
commit 1e25a6ddc0
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -42,7 +42,7 @@ $(__Hypercursor): $(__Hyperlang)
hyprutils:
git submodule init
git submodule update --remote hyprutils
__Hyprutils = $(INC_SYSTEM_PATH)/hyprutils.hpp
__Hyprutils = $(INC_SYSTEM_PATH)/hyprutils
$(__Hyprutils):
@[[ -z "$(ls -A hyprutils)" ]] && $(MAKE) hyprutils
$(CMAKE) --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \