aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-10-13 20:29:30 +0100
committerVaxry <[email protected]>2023-10-13 20:29:30 +0100
commit0b950c0612637668d5853c4f44559b8ea338f4ef (patch)
treea4af9c2bf57dee11daead12d71b58f85031ecde3
parent44a7e175a1ae09274f98e24cd37056968b3e8686 (diff)
downloadHyprland-0b950c0612637668d5853c4f44559b8ea338f4ef.tar.gz
Hyprland-0b950c0612637668d5853c4f44559b8ea338f4ef.zip
fix libwlroots pathbetter-cmake
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 493554fc..cd39adb8 100644
--- a/Makefile
+++ b/Makefile
@@ -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