mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 10:04:58 +00:00
GitHub CI libjuice: fixed Win build
- set generator to UNIX Makefiles - set installation path explicitly to /usr/local, otherwise it installs to program files
This commit is contained in:
2
.github/scripts/install-common-deps.sh
vendored
2
.github/scripts/install-common-deps.sh
vendored
@@ -15,7 +15,7 @@ install_juice() {
|
||||
git clone https://github.com/paullouisageneau/libjuice.git
|
||||
mkdir libjuice/build
|
||||
cd libjuice/build
|
||||
cmake ..
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -G "Unix Makefiles" ..
|
||||
make -j $(nproc)
|
||||
${SUDO}make install
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user