mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Fix meson build fail (#397)
This commit is contained in:
parent
bce0025cf7
commit
fc57ee027d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ install-ags (){
|
|||
x git pull origin main && git submodule update --init --recursive
|
||||
x git checkout f905abfd2210701929ffaa3db13faa783b782765 # "update examples"
|
||||
x npm install
|
||||
x meson setup build
|
||||
x meson setup build --reconfigure
|
||||
x meson install -C build
|
||||
x cd $base
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue