allow defining the arch tuple via meson (#1153)

This commit is contained in:
Jan
2022-10-12 18:33:10 -04:00
committed by GitHub
parent 334a7da5c9
commit fb8bc08a67
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ option('source-only', type : 'boolean', value : false, description: 'Configure s
option('portable', type : 'boolean', value : false, description: 'Portable install')
option('renderer', type : 'boolean', value : false, description: 'Use SDL renderer')
option('dirmonitor_backend', type : 'combo', value : '', choices : ['', 'inotify', 'fsevents', 'kqueue', 'win32', 'dummy'], description: 'define what dirmonitor backend to use')
option('arch_tuple', type : 'string', value : '', description: 'Specify a custom architecture tuple')