mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-29 12:31:58 +03:00
makefile: set perms for built subprojects in pluginenv
This commit is contained in:
parent
1a0909aa20
commit
3219c84433
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 New Issue
Block a user