Skip to content

Commit f28c5aa

Browse files
committed
CI Win Spout2: fix MinGW vtable incompat
This together with the previous commit should fix the <#487> problem with current Spout code (prebuild previous Spout 2-007-016 was used as a workaround until @^).
1 parent f230d35 commit f28c5aa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/scripts/Windows/install_spout.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ build() {(
66
rm -rf Spout2
77
git clone --depth 1 https://github.com/leadedge/Spout2.git
88
cd Spout2
9+
10+
# do not cherry-pick - we have shallow clones
11+
git fetch --depth 2 https://github.com/MartinPulec/Spout2
12+
git format-patch -1 FETCH_HEAD --stdout > patch.diff
13+
git am < patch.diff
14+
915
/c/Program\ Files/CMake/bin/cmake.exe -Bbuild2 . # ./BUILD already exists
1016
/c/Program\ Files/CMake/bin/cmake.exe --build build2 --config Release \
1117
-j "$(nproc)"

0 commit comments

Comments
 (0)