Skip to content

Commit 1dc586c

Browse files
authored
Produce both static and shared library
On Windows it creates `liberfa.a` and `liberfa.dll`.
1 parent 82ca5e9 commit 1dc586c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: pip install --pre meson ninja
104104
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
105105
- name: configure
106-
run: meson setup builddir --fatal-meson-warnings -Ddefault_library=static
106+
run: meson setup builddir --fatal-meson-warnings -Ddefault_library=both
107107
- name: build
108108
run: ninja -C builddir
109109
- name: check

0 commit comments

Comments
 (0)