keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
402 stars 112 forks source link

chore(developer,core): refactor meson calls to avoid use of batch files #12639

Open mcdurdin opened 2 weeks ago

mcdurdin commented 2 weeks ago

For Windows and Developer VC++ builds, we moved to using a bash script with generated environment. We should do the same for meson builds, both to speed up the build, and to remove the batch files which are difficult to maintain.