File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 8585 sudo rm -rf /Library/Frameworks/Python.framework/
8686 brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
8787
88-
8988 - name : Setup meson (MacOS)
9089 if : matrix.config.os == 'macos'
9190 run : |
Original file line number Diff line number Diff line change 11# type: ignore
22{
3+ "variables" : {
4+ "oopetris_compiler" : "<!(pkg-config oopetris-recordings --variable=compiler)" ,
5+ },
36 "targets" : [
47 {
58 "target_name" : "oopetris" ,
4043 }
4144 },
4245 ],
46+ [
47+ 'OS == "linux" and oopetris_compiler == "gcc"' ,
48+ {
49+ "cflags_cc" : [
50+ "-static-libgcc" , # to build with a static libgcc (libgcc_s)
51+ "-static-libstdc++" , # to build with a static libstdc++
52+ ]
53+ },
54+ ],
4355 [
4456 'OS != "win"' ,
4557 {
8193 "VCLinkerTool" : {
8294 "AdditionalDependencies" : [
8395 # adjust to the default setting, namely lib<name>.a via some sed magic
84- " <!@(pkg-config oopetris-recordings --libs-only-l | sed s/-l/lib/g | sed \ " s/\\ s/.a /g\" )" ,
96+ ' <!@(pkg-config oopetris-recordings --libs-only-l | sed s/-l/lib/g | sed "s/\\ s/.a /g")' ,
8597 ],
8698 },
8799 },
You can’t perform that action at this time.
0 commit comments