Skip to content

Commit

Permalink
enable DLLs of static build, third try
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Bechtold committed Dec 30, 2024
1 parent bbfbf79 commit e3f5bc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ jobs:
libname: "libsndfile_arm64.dll"
fail-fast: true
env:
VCPKG_KEEP_ENV_VARS: BUILD_SHARED_LIBS
BUILD_SHARED_LIBS: ON
VCPKG_KEEP_ENV_VARS: CXXFLAGS;CFLAGS
CXXFLAGS: -DBUILD_SHARED_LIBS=ON
CFLAGS: -DBUILD_SHARED_LIBS=ON
steps:
- uses: actions/checkout@v3
- name: Update VCPKG
Expand Down

0 comments on commit e3f5bc6

Please sign in to comment.