diff options
author | Vaxry <[email protected]> | 2023-10-13 20:29:30 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-10-13 20:29:30 +0100 |
commit | 0b950c0612637668d5853c4f44559b8ea338f4ef (patch) | |
tree | a4af9c2bf57dee11daead12d71b58f85031ecde3 | |
parent | 44a7e175a1ae09274f98e24cd37056968b3e8686 (diff) | |
download | Hyprland-0b950c0612637668d5853c4f44559b8ea338f4ef.tar.gz Hyprland-0b950c0612637668d5853c4f44559b8ea338f4ef.zip |
fix libwlroots pathbetter-cmake
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ install: install -m644 ./docs/*.1 ${PREFIX}/share/man/man1 mkdir -p ${PREFIX}/lib/ - cp ./build/libwlroots.so.12032 ${PREFIX}/lib/ + cp ./subprojects/wlroots/build/libwlroots.so.12032 ${PREFIX}/lib/ $(MAKE) installheaders |