Set C_AL_CALC for macOS and iOS to false

This commit is contained in:
Brian Tannous 2022-12-17 13:07:32 -06:00 committed by GitHub
parent b8fb218a01
commit 493edf4449
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: {},
}, },