Skip to content

Commit

Permalink
properly specify define for shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Oct 1, 2024
1 parent 5feccf8 commit 5b8d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: "Configure CMake"
shell: cmd
run: cmake -Bbuild -G "${{ matrix.generator }}" -A ${{ matrix.arch }} DBUILD_SHARED_LIBS=${{ matrix.shared }} -DCMAKE_INSTALL_PREFIX=../local
run: cmake -Bbuild -G "${{ matrix.generator }}" -A ${{ matrix.arch }} -D BUILD_SHARED_LIBS=${{ matrix.shared }} -D CMAKE_INSTALL_PREFIX=../local

- name: "Build"
shell: cmd
Expand Down

0 comments on commit 5b8d17b

Please sign in to comment.