Commit 699ca89
committed
Handle nsarray setting type in root settings-header.pl
The fork's settings.dat declares recent_snapshots with type nsarray (a
Cocoa NSArray). fusepb/settings-header.pl handles this; the root parser
only knew boolean/numeric/string/null and died with "Unknown setting
type 'nsarray'" when invoked by autotools-driven CI builds for non-Cocoa
UI variants. Treat nsarray as 'do nothing' -- non-Cocoa builds don't
need the setting in their settings_info struct.1 parent 117df28 commit 699ca89
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments