Files
cell/meson.options
John Alanbrook f754d91e14
Some checks failed
Build and Deploy / build-macos (push) Failing after 4s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / build-linux (push) Failing after 1m59s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
fix compilation errors on windows and linux
2025-05-23 18:24:52 -05:00

4 lines
181 B
Plaintext

option('editor', type:'boolean', value:true)
option('chipmunk', type:'boolean', value:true)
option('storefront', type:'combo', choices:['none','steam', 'gog', 'egs'], value:'none')