mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2025-03-03 15:48:56 +00:00
Fix make err msg
This commit is contained in:
parent
ef77c5db1f
commit
0d9f6898ce
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue