Updated Makefile
hyprutils is a directory not .hpp on system.
This commit is contained in:
parent
d27e754fea
commit
1e25a6ddc0
2
Makefile
2
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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user