We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c6f45 commit c4bd91eCopy full SHA for c4bd91e
Makefile
@@ -68,7 +68,7 @@ pluginenv:
68
@exit 1
69
70
installheaders:
71
- @if [ ! -f ./build/Hyprland ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
+ @if [ ! -f ./src/version.h ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
72
73
mkdir -p ${PREFIX}/include/hyprland
74
mkdir -p ${PREFIX}/include/hyprland/protocols
0 commit comments