Skip to content

Commit f356704

Browse files
committed
Revert "Temporarily disable audio on Windows"
This reverts commit 2e8b444.
1 parent 9467140 commit f356704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/common/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PLATFORM=$2
1111
mkdir -p "$BUILD_DIR"
1212

1313
if [[ "$PLATFORM" == "win64" ]] || [[ "$PLATFORM" == "win32" ]]; then
14-
cmake -B "$BUILD_DIR" -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF -DLIBSCRATCHCPP_AUDIO_SUPPORT=OFF || exit 3
14+
cmake -B "$BUILD_DIR" -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF || exit 3
1515
else
1616
cmake -B "$BUILD_DIR" -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF || exit 3
1717
fi

0 commit comments

Comments
 (0)