diff options
author | Vaxry <[email protected]> | 2023-12-06 15:31:23 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-12-06 15:31:23 +0000 |
commit | c4bd91ec8ab9cad3f14fbbdc84ba5601aaca1a95 (patch) | |
tree | f010cfeae2d9096939a18d4cf1246d234ebf37ca /Makefile | |
parent | 03c6f4506ab06d2920c59b3c64f45cb4eec8c97a (diff) | |
download | Hyprland-c4bd91ec8ab9cad3f14fbbdc84ba5601aaca1a95.tar.gz Hyprland-c4bd91ec8ab9cad3f14fbbdc84ba5601aaca1a95.zip |
makefile: only require version.h before installheaders
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ pluginenv: @exit 1 installheaders: - @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 mkdir -p ${PREFIX}/include/hyprland mkdir -p ${PREFIX}/include/hyprland/protocols |