Skip to content

Commit

Permalink
Build OpenVPN for with ENABLE_DEBUG
Browse files Browse the repository at this point in the history
needed for ROUTE_GATEWAY info (split tunnel)
[windows-openvpn]
  • Loading branch information
outspace committed Nov 3, 2023
1 parent 1d3e5e2 commit 5211785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_openvpn_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
working-directory: openvpn
run: |
${{ github.workspace }}/vcpkg/vcpkg.exe integrate install
(Get-Content ${{ github.workspace }}/openvpn/src/openvpn/openvpn.vcxproj).Replace('_CRT_NONSTDC_NO_DEPRECATE;', '_CRT_NONSTDC_NO_DEPRECATE;ENABLE_DEBUG;') | Set-Content ${{ github.workspace }}/openvpn/src/openvpn/openvpn.vcxproj
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform="${{ matrix.plat }}" .
- name: Archive artifacts
Expand Down

0 comments on commit 5211785

Please sign in to comment.