mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 01:40:28 +00:00
Build: fixed JACK [Win]
This commit is contained in:
11
.github/scripts/Windows/install_jack.ps1
vendored
Normal file
11
.github/scripts/Windows/install_jack.ps1
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#Set-PSDebug -Trace 1
|
||||
|
||||
choco install -y --no-progress jack
|
||||
|
||||
# The lib is moved to the JACK library for 2 reasons:
|
||||
# 1. it will be cached here
|
||||
# 2. if it were in a Windows directory, it won't be bundled with UltraGrid
|
||||
# (also make sure to remove from the Windows directory)
|
||||
New-Item -Type Directory 'C:\Program Files (x86)\Jack\bin'
|
||||
Move-Item 'C:\Windows\libjack64.dll' 'C:\Program Files (x86)\Jack\bin'
|
||||
|
||||
1
.github/scripts/Windows/prepare_msys.sh
vendored
1
.github/scripts/Windows/prepare_msys.sh
vendored
@@ -22,6 +22,7 @@ fi
|
||||
|
||||
JACK_D=/c/Program\ Files\ \(x86\)/Jack
|
||||
if test -d "$JACK_D"; then
|
||||
export PATH=$PATH:$JACK_D/bin
|
||||
export CPATH=$CPATH:$JACK_D/includes
|
||||
export LIBRARY_PATH=$LIBRARY_PATH:$JACK_D/lib
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user