Add "universal" to target Mac builds

This commit is contained in:
Jonatan Heyman 2023-07-09 01:02:45 +02:00
parent 414a44d857
commit 2729a10219

View File

@ -21,7 +21,8 @@
target: 'default', target: 'default',
arch: [ arch: [
'x64', 'x64',
'arm64' 'arm64',
'universal'
] ]
} }
], ],