meson: allow -Dlegacy_support=true, fix -Dlegacy_support=0
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
option('multithread', type: 'boolean', value: false)
|
||||
option('legacy_support', type: 'string', value: '4')
|
||||
option('legacy_support', type: 'string', value: '4',
|
||||
description: 'True or false, or 7 to 1 for v0.7+ to v0.1+.')
|
||||
|
||||
Reference in New Issue
Block a user