Skip to content

Commit d94f8ff

Browse files
committed
test 2
1 parent 8654b7c commit d94f8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Configure OOPetris
124124
run: |
125125
cd oopetris
126-
meson setup build -Dbuildtype=release -Ddefault_library=static -Dclang_libcpp=${{ matrix.config.os == 'macos' && 'enabled' || 'disabled' }} -Donly_build_libs=true ${{ matrix.config.os == 'windows' && '-Db_vscrt=static_from_buildtype' || '' }}
126+
meson setup build -Dbuildtype=release -Ddefault_library=shared -Dclang_libcpp=${{ matrix.config.os == 'macos' && 'enabled' || 'disabled' }} -Donly_build_libs=true ${{ matrix.config.os == 'windows' && '-Db_vscrt=static_from_buildtype' || '' }}
127127
128128
- name: Build and install Libs
129129
if: matrix.config.os != 'ubuntu'
@@ -140,7 +140,7 @@ jobs:
140140
- name: Build C Wrapper
141141
run: |
142142
cd oopetris_c_wrapper
143-
meson setup -Dtests=false -Dexample=false build -Dbuildtype=release -Ddefault_library=static
143+
meson setup -Dtests=false -Dexample=false build -Dbuildtype=release -Ddefault_library=shared
144144
meson compile -C build
145145
146146
- name: Install C Wrapper

0 commit comments

Comments
 (0)