mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 10:05:59 +01:00
makefile: set perms for built subprojects in pluginenv
This commit is contained in:
parent
1a0909aa20
commit
3219c84433
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue