mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 00:40:25 +00:00
fixed pacman auto-confirmation in previous commit
+ fixed PATH (missing $)
This commit is contained in:
6
.github/scripts/Windows/build_live555.sh
vendored
6
.github/scripts/Windows/build_live555.sh
vendored
@@ -11,9 +11,9 @@ git checkout 35c375
|
||||
./genMakefiles mingw
|
||||
|
||||
# ensure binutils ld is used (not lld)
|
||||
pacman -Sy binutils
|
||||
PATH=/usr/bin:PATH
|
||||
pacman -Sy --noconfirm binutils
|
||||
PATH=/usr/bin:$PATH
|
||||
|
||||
make -j $(nproc)
|
||||
pacman -Rs binutils
|
||||
pacman -Rs --noconfirm binutils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user