taisei-project / taisei

A free and open-source Touhou Project fangame
https://taisei-project.org/
Other
1.12k stars 97 forks source link

fix errors found by muon analyze #358

Closed annacrombie closed 1 year ago

annacrombie commented 1 year ago

I found a few small errors while testing muon analyze on this project.

Akaricchi commented 1 year ago

Thanks. Can muon actually build this yet?

annacrombie commented 1 year ago

Yes muon can build taisei with a small patch to add cpp as a language in the main project() invocation. This issue is likely hidden with meson since in meson there is a global dict for compilers across all subprojects, so if a subproject uses cpp then it is available in the main project.