Skip to content

Commit

Permalink
releases: don't add static library to MinGW binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Oct 16, 2024
1 parent 97fc8f4 commit 5986e15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ jobs:
cmake -S "${{ steps.src.outputs.path }}/cmake/test" \
-DCMAKE_BUILD_TYPE="Release" \
-DTEST_SHARED=TRUE \
-DTEST_STATIC=TRUE \
-DTEST_STATIC=FALSE \
-DCMAKE_PREFIX_PATH="/tmp/deps-mingw" \
-DCMAKE_TOOLCHAIN_FILE="${{ steps.src.outputs.path }}/build-scripts/cmake-toolchain-mingw64-i686.cmake" \
-Werror=dev \
Expand All @@ -590,7 +590,7 @@ jobs:
cmake -S "${{ steps.src.outputs.path }}/cmake/test" \
-DCMAKE_BUILD_TYPE="Release" \
-DTEST_SHARED=TRUE \
-DTEST_STATIC=TRUE \
-DTEST_STATIC=FALSE \
-DCMAKE_PREFIX_PATH="/tmp/deps-mingw" \
-DCMAKE_TOOLCHAIN_FILE="${{ steps.src.outputs.path }}/build-scripts/cmake-toolchain-mingw64-x86_64.cmake" \
-Werror=dev \
Expand Down
3 changes: 2 additions & 1 deletion build-scripts/release-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@
"cmake": {
"archs": ["x86", "x64"],
"args": [
"-DBUILD_SHARED_LIBS=ON",
"-DSDLTTF_HARFBUZZ=ON",
"-DSDLTTF_SAMPLES=OFF",
"-DSDLTTF_VENDORED=ON"
],
"shared-static": "both"
"shared-static": "args"
},
"files": {
"": [
Expand Down

0 comments on commit 5986e15

Please sign in to comment.