-
Notifications
You must be signed in to change notification settings - Fork 6
Option ‣ targets
Chung Leong edited this page Mar 15, 2025
·
1 revision
An array listing the platform/archecture combination for which library files will be generated.
Example:
"targets": [
{ "platform": "win32", "arch": "x64" },
{ "platform": "win32", "arch": "arm64" },
{ "platform": "win32", "arch": "ia32" },
{ "platform": "linux", "arch": "x64" },
{ "platform": "linux", "arch": "arm64" },
{ "platform": "darwin", "arch": "x64" },
{ "platform": "darwin", "arch": "arm64" }
]Possible platforms:
aixdarwinfreebsdlinuxlinux-muslopenbsdsunoswin32
Possible archectures:
armarm64ia32loong64mipsmipselppcppc64riscv64s390s390xx64