Set C_AL_CALC for macOS and iOS to false (#1595)

This commit is contained in:
Brian Tannous 2024-11-02 19:25:48 -05:00 committed by GitHub
parent 6e37f21f6b
commit 644fc821f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6537,8 +6537,8 @@ export default [
windows: null, windows: null,
linux: true, linux: true,
android: true, android: true,
macos: null, macos: false,
ios: null, ios: false,
}, },
footnotes: {}, footnotes: {},
}, },