lazy-eggplant / tcc

Fork of tinycc to support some extra bits I need in `vs`
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Extending meson.build #5

Closed KaruroChori closed 1 week ago

KaruroChori commented 1 week ago
KaruroChori commented 1 week ago

Meson failing since it is using 0.62, which only supports the older format meson_options.txt in place of meson.options. And osx tests are never handled it seems, so I will have to check that aspect of the pipeline as well.

andy5995 commented 1 week ago

Meson failing since it is using 0.62, which only supports the older format meson_options.txt in place of meson.options. And osx tests are never handled it seems, so I will have to check that aspect of the pipeline as well.

One option might be to merge #6 as is, and then rebase your branch. Although the osx tests are failing, those could be dealt with (hopefully) as a separate issue. That way, any changes you might have to make to the CI won't conflict with the changes I made in #6.

andy5995 commented 1 week ago

I forgot to mention, I add a newer version of meson now in #6.