Commit graph

5 commits

Author SHA1 Message Date
dcdd585afc Fix building on Windows
FossilOrigin-Name: f00c28656947d50a858497c07265e90dbbad50c624190062a3f9f76ecee53978
2024-08-04 22:26:24 +00:00
ba77aa6588 meson.build: Improve Windows compatibility
Meson still needs a patch to pick the correct compiler on Windows and enet
still does not link on Windows.

FossilOrigin-Name: 51594e74fba5032135c87146cf3363c2c03f1357bb1410119e35afd316417641
2024-08-04 11:35:00 +00:00
0bbe1c8bee Don't depend on global constructors for commands
This breaks when using ObjC, as these can run before the ObjC module is
initialized, resulting in non-working message sends as the selectors are
not registered yet.

FossilOrigin-Name: 1ee33c99835abc029ac202afad1f9b3bf26028e55ea1c53c53416c7566ef749d
2024-08-03 14:50:31 +00:00
2fc4599331 Add server to meson.build
FossilOrigin-Name: 0cfe4b85e24a6ba0afd569a4e90dd0e6074898e475ba4c88df680cf05e12b4a1
2024-08-03 13:17:54 +00:00
ee010b5c49 Migrate to Meson
FossilOrigin-Name: c0465302ccad5bb94a1c983b7f762c108efe08b423b39cbc56dd2e966d006e1f
2024-08-03 13:11:05 +00:00