mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 17:40:23 +00:00
GitHub CI [Win, NDI]: missing quotes around NDI path
In Windows, it contains spaces.
This commit is contained in:
2
.github/scripts/Windows/prepare_msys.sh
vendored
2
.github/scripts/Windows/prepare_msys.sh
vendored
@@ -19,7 +19,7 @@ if test -d /c/Program\ Files/NDI; then
|
||||
NDI_D=$(ls -d /c/Program\ Files/NDI/*SDK)
|
||||
export CPATH=$CPATH:$NDI_D/Include
|
||||
export LIBRARY_PATH=$LIBRARY_PATH:$NDI_D/Lib/x64
|
||||
cat $NDI_D/Version.txt | sed 's/\(.*\)/\#define NDI_VERSION \"\1\"/' | tee /usr/local/include/ndi_version.h
|
||||
cat "$NDI_D/Version.txt" | sed 's/\(.*\)/\#define NDI_VERSION \"\1\"/' | tee /usr/local/include/ndi_version.h
|
||||
fi
|
||||
|
||||
JACK_D=/c/Program\ Files/JACK2
|
||||
|
||||
Reference in New Issue
Block a user