i'm done here
This commit is contained in:
parent
70ff71af44
commit
925b1c2179
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -187,6 +187,8 @@ jobs:
|
||||||
export USE_WAE=ON
|
export USE_WAE=ON
|
||||||
export CMAKE_EXTRA_ARGS=()
|
export CMAKE_EXTRA_ARGS=()
|
||||||
if [ '${{ matrix.config.compiler }}' == 'msvc' ]; then
|
if [ '${{ matrix.config.compiler }}' == 'msvc' ]; then
|
||||||
|
# 1. Go to hell
|
||||||
|
export USE_WAE=OFF
|
||||||
CMAKE_EXTRA_ARGS+=('-DCMAKE_GENERATOR_PLATFORM=${{ steps.windows-identify.outputs.msvc-target }}')
|
CMAKE_EXTRA_ARGS+=('-DCMAKE_GENERATOR_PLATFORM=${{ steps.windows-identify.outputs.msvc-target }}')
|
||||||
|
|
||||||
# Force static linking
|
# Force static linking
|
||||||
|
|
Loading…
Reference in a new issue