Fix SDL static linking
This commit is contained in:
parent
8483f85397
commit
54a36c4950
3 changed files with 7 additions and 42 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -264,11 +264,6 @@ jobs:
|
|||
else
|
||||
CMAKE_EXTRA_ARGS+=('-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded')
|
||||
fi
|
||||
|
||||
# Fix SDL static linking (see linked issues in patch file)
|
||||
pushd extern/SDL
|
||||
env EMAIL=root@localhost git am ../SDL-Fix-MSVC-static-runtime-linking.patch
|
||||
popd
|
||||
elif [ '${{ matrix.config.compiler }}' == 'mingw' ]; then
|
||||
CMAKE_EXTRA_ARGS+=('-DCMAKE_TOOLCHAIN_FILE=scripts/Cross-MinGW-${{ steps.windows-identify.outputs.mingw-target }}.cmake')
|
||||
elif [ '${{ runner.os }}' == 'macOS' ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue