Skip to content

Commit

Permalink
CI: MacOS: Fix deltacast install
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiatka committed Feb 13, 2024
1 parent 7f166a2 commit 0fac525
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/macOS/install_others.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ install_deltacast() {(
fi
unzip "$SDK_NONFREE_PATH/VideoMaster_SDK_MacOSX.zip"
sudo installer -pkg VideoMaster_SDK.pkg -target / || true
)
export FEATURES="${FEATURES+$FEATURES }--enable-deltacast"
echo "FEATURES=$FEATURES" >> "$GITHUB_ENV"
export COMMON_OSX_FLAGS="${COMMON_OSX_FLAGS+$COMMON_OSX_FLAGS }\
-F/Library/Frameworks"
printf '%b' "COMMON_OSX_FLAGS=$COMMON_OSX_FLAGS\n" >> "$GITHUB_ENV"
}
)}

install_glfw() {(
git clone --depth 500 https://github.com/glfw/glfw.git
Expand Down

0 comments on commit 0fac525

Please sign in to comment.