2019-07-31 08:47:44 -04:00
option ( 'mri_version' , type : 'string' , value : '1.8' , description : 'Version of MRI to link with' )
2020-02-25 05:35:30 -05:00
option ( 'mri_includes' , type : 'string' , value : '' , description : 'Ruby manual include path' )
option ( 'mri_libpath' , type : 'string' , value : '' , description : 'Ruby manual lib path' )
option ( 'mri_library' , type : 'string' , value : '' , description : 'Ruby manual link name' )
2019-09-19 03:32:50 -04:00
option ( 'mk' , type : 'boolean' , value : false , description : 'Build to fit Marin\'s MK standard' )
2020-02-25 01:00:12 -05:00
option ( 'console' , type : 'boolean' , value : false , description : 'Whether to debug information in the console' )
2020-02-24 23:34:30 -05:00
option ( 'macos_min_version' , type : 'string' , value : '10.12' , description : 'Minimum macOS system version to support' )
2020-02-10 12:38:27 -05:00
option ( 'threaded_gl_init' , type : 'boolean' , value : true , description : 'Init GL on secondary thread' )
2019-07-31 15:33:02 -04:00
2019-09-02 11:16:38 -04:00
option ( 'shared_fluid' , type : 'boolean' , value : false , description : 'Dynamically link fluidsynth at build time' )
2019-08-31 02:49:41 -04:00
option ( 'cjk_fallback_font' , type : 'boolean' , value : false , description : 'Use WenQuanYi Micro Hei as the fallback font' )
2019-12-31 13:42:44 -05:00
option ( 'use_miniffi' , type : 'boolean' , value : true , description : 'Enable MiniFFI Ruby module (Win32API)' )
option ( 'use_fakeapi' , type : 'boolean' , value : false , description : 'Attempt to repair Win32API calls that do not work with MKXP. Requires MiniFFI' )
2019-08-20 13:22:07 -04:00
option ( 'default_framerate' , type : 'boolean' , value : false , description : 'Disable syncToRefreshrate and fixedFramerate configuration options' )
2019-09-02 11:16:38 -04:00
option ( 'no_preload_scripts' , type : 'boolean' , value : false , description : 'Disable the preloadScript configuration option' )
2019-09-04 05:48:23 -04:00
option ( 'workdir_current' , type : 'boolean' , value : false , description : 'Keep current directory on startup' )
2019-10-22 02:30:07 -04:00
option ( 'independent_appimage' , type : 'boolean' , value : true , description : 'Set current directory to the original location of the AppImage when contained within one' )
option ( 'discord_sdk_path' , type : 'string' , value : '' , description : 'Path to Discord GameSDK' )
2020-02-10 12:38:27 -05:00
option ( 'appimagekit_path' , type : 'string' , value : '' , description : 'Path to AppImageKit, used for building AppImages' )