mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-12-25 05:04:35 +00:00
Fix make err msg
This commit is contained in:
parent
ef77c5db1f
commit
0d9f6898ce
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ LINK_FLAGS=-shared
|
|||
all:
|
||||
$(MAKE) clear
|
||||
@if ! pkg-config --exists hyprland; then \
|
||||
echo 'Hyprland headers not available. Run `make pluginenv` in the root Hyprland directory.'; \
|
||||
echo 'Hyprland headers not available. Run `make all && sudo make installheaders` in the root Hyprland directory.'; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue