mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[meson] Removed unneeded msys2 option
This commit is contained in:
parent
0adac6bb78
commit
686e7f0713
@ -144,11 +144,7 @@ conf_data.set('CONFIG_ECMASCRIPT_SMJS_HEARTBEAT', true)
|
|||||||
|
|
||||||
conf_data.set('CONFIG_SCRIPTING', true)
|
conf_data.set('CONFIG_SCRIPTING', true)
|
||||||
|
|
||||||
if get_option('msys2')
|
system = host_machine.system()
|
||||||
system = 'msys2'
|
|
||||||
else
|
|
||||||
system = host_machine.system()
|
|
||||||
endif
|
|
||||||
|
|
||||||
if system == 'haiku'
|
if system == 'haiku'
|
||||||
conf_data.set('CONFIG_OS_BEOS', true)
|
conf_data.set('CONFIG_OS_BEOS', true)
|
||||||
|
@ -82,5 +82,3 @@ option('libcss', type: 'boolean', value: true, description: 'whether to compile
|
|||||||
option('libsixel', type: 'boolean', value: false, description: 'whether to compile libsixel support to show images directly on sixel compatible terminals')
|
option('libsixel', type: 'boolean', value: false, description: 'whether to compile libsixel support to show images directly on sixel compatible terminals')
|
||||||
option('libcurl', type: 'boolean', value: true, description: 'whether to compile libcurl support. This option is automatically enabled with js support')
|
option('libcurl', type: 'boolean', value: true, description: 'whether to compile libcurl support. This option is automatically enabled with js support')
|
||||||
option('sftp', type: 'boolean', value: true, description: 'whether to compile SFTP protocol support. Requires libcurl')
|
option('sftp', type: 'boolean', value: true, description: 'whether to compile SFTP protocol support. Requires libcurl')
|
||||||
|
|
||||||
option('msys2', type: 'boolean', value: false, description: 'whether to build for msys2')
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user