2022-01-13 16:29:17 -05:00
|
|
|
option('mri_version', type: 'string', value: '3.1', 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')
|
2020-04-29 21:59:19 -04:00
|
|
|
option('force32', type: 'boolean', value: false, description: 'Force compiler to build a 32-bit executable')
|
2019-07-31 15:33:02 -04:00
|
|
|
|
2020-11-23 02:25:02 -05:00
|
|
|
option('cxx11_experimental', type: 'boolean', value: false, description: 'Toggles between using ghc/filesystem or C++11 <experimental/filesystem>')
|
2021-01-06 03:18:38 -05:00
|
|
|
option('shared_fluid', type: 'boolean', value: true, 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)')
|
2020-12-30 01:43:40 -05:00
|
|
|
option('enable-https', type: 'boolean', value: true, description: 'Support HTTPS for get/post requests. Requires OpenSSL.')
|
2019-09-04 05:48:23 -04:00
|
|
|
option('workdir_current', type: 'boolean', value: false, description: 'Keep current directory on startup')
|
|
|
|
|
2023-10-25 23:04:49 +00:00
|
|
|
option('windows_resource_directory', type: 'string', value: 'windows', description: 'Path to Windows EXE resource directory')
|
|
|
|
|
2021-01-01 07:44:25 -05:00
|
|
|
option('static_executable', type: 'boolean', value: true, description: 'Build a static executable (Windows-only)')
|
2021-06-26 15:06:05 -04:00
|
|
|
option('appimagekit_path', type: 'string', value: '', description: 'Path to AppImageTool, used for building AppImages')
|
2020-04-29 22:33:01 -04:00
|
|
|
option('appimage', type: 'boolean', value: false, description: 'Whether to install to an AppImage or just copy everything')
|
2021-05-22 07:03:37 -04:00
|
|
|
option('steamworks_path', type: 'string', value: '', description: 'Path to Steamworks SDK')
|
2020-03-02 04:45:14 -05:00
|
|
|
option('steam_appid', type: 'string', value: '', description: 'Steam AppID. Set this to use SteamAPI_RestartAppIfNecessary')
|
2021-03-15 23:13:25 -04:00
|
|
|
option('steamshim_debug', type: 'boolean', value: false, description: 'Whether to show Steamshim debug messages in the console')
|
2020-11-16 04:37:05 -05:00
|
|
|
|
2021-01-01 07:44:25 -05:00
|
|
|
option('gfx_backend', type: 'combo', value: 'gl', choices: ['gl', 'gles'], description: 'Graphics rendering API to use.')
|