Skip to content

Commit

Permalink
-static
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Apr 1, 2024
1 parent 02cd2aa commit ac46dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
vcpkg install openssl:x64-windows-static
vcpkg install openssl:x64-windows
- uses: actions/checkout@v3
- name: build ${{ inputs.workflow }}-windows-${{ inputs.toolset }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion mysql/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo "::endgroup::"
echo "::group::build"

cmake . \
-DWITH_SSL=C:/vcpkg/packages/openssl_x64-windows-static \
-DWITH_SSL=C:/vcpkg/packages/openssl_x64-windows \
-DDOWNLOAD_BOOST=1 \
-DWITH_BOOST=./boost \
-DFORCE_INSOURCE_BUILD=1 \
Expand Down

0 comments on commit ac46dfb

Please sign in to comment.