mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-11-09 18:59:40 +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:
|
all:
|
||||||
$(MAKE) clear
|
$(MAKE) clear
|
||||||
@if ! pkg-config --exists hyprland; then \
|
@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; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue