File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 - name : Build and Install OOPetris
116116 run : |
117117 cd oopetris
118- 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=from_buildtype ' || '' }}
118+ 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 ' || '' }}
119119 ${{ matrix.config.os == 'ubuntu' && 'sudo' || '' }} meson install -C build
120120 ${{ matrix.config.os == 'ubuntu' && 'sudo ldconfig' || '' }}
121121
You can’t perform that action at this time.
0 commit comments