From 1e25a6ddc0b3ff16fb36124c401868e3fefae389 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Tue, 18 Jun 2024 21:36:22 +0100 Subject: [PATCH] Updated Makefile hyprutils is a directory not .hpp on system. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b063713..6c4fe97 100644 --- a/Makefile +++ b/Makefile @@ -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 \