diff options
author | vaxerski <[email protected]> | 2023-10-10 20:03:02 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-10-10 20:03:02 +0100 |
commit | 3219c84433874c3b852a254b7b3047f0e19913d8 (patch) | |
tree | ad0fbf172644a90b5c79e16169033c865aec5e7c /Makefile | |
parent | 1a0909aa203312b6ccfe8c34ddb6cbec63ca5199 (diff) | |
download | Hyprland-3219c84433874c3b852a254b7b3047f0e19913d8.tar.gz Hyprland-3219c84433874c3b852a254b7b3047f0e19913d8.zip |
makefile: set perms for built subprojects in pluginenv
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,6 +115,9 @@ pluginenv: meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=release -Dwerror=false -Dexamples=false ninja -C subprojects/wlroots/build/ + chmod -R 777 subprojects/udis86 + chmod -R 777 subprojects/wlroots + cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja mkdir -p ${PREFIX}/include/hyprland |