File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments