Skip to content

Commit

Permalink
Temporarily disable audio on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adazem009 committed Mar 2, 2024
1 parent 30b2ede commit 2e8b444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/common/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PLATFORM=$2
mkdir -p "$BUILD_DIR"

if [[ "$PLATFORM" == "win64" ]] || [[ "$PLATFORM" == "win32" ]]; then
cmake -B "$BUILD_DIR" -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF || exit 3
cmake -B "$BUILD_DIR" -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF -DLIBSCRATCHCPP_AUDIO_SUPPORT=OFF || exit 3
else
cmake -B "$BUILD_DIR" -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF || exit 3
fi
Expand Down

0 comments on commit 2e8b444

Please sign in to comment.