Mercurial > web
comparison _posts/2024-12-27-github-actions-and-ancient-toolchains.html @ 101:d9223d9ab9ba
blog: this post feels incomplete without a conclusion-ish
author | Paper <paper@tflc.us> |
---|---|
date | Fri, 27 Dec 2024 20:27:24 -0500 |
parents | f638780ffe2f |
children | 06b5c11f33df |
comparison
equal
deleted
inserted
replaced
100:f638780ffe2f | 101:d9223d9ab9ba |
---|---|
53 of Tiger. Because the compiler version was simply too new, I had to specifically link | 53 of Tiger. Because the compiler version was simply too new, I had to specifically link |
54 against the Leopard libgcc_s instead of the Panther one, and put the newer one in the | 54 against the Leopard libgcc_s instead of the Panther one, and put the newer one in the |
55 application bundle. And <a class="prettylink" href="/media/cheese/macosx-panther-schism.jpg"> | 55 application bundle. And <a class="prettylink" href="/media/cheese/macosx-panther-schism.jpg"> |
56 it worked</a>. | 56 it worked</a>. |
57 </span> | 57 </span> |
58 <br><br> | |
59 <h3><strong><u>Why?</u></strong></h3> | |
60 <span> | |
61 Because doing pointless things are fun, and <a href="https://youtu.be/o3Zx_q8OVcc">fun things | |
62 are fun.</a> | |
63 </span> |