Files
bun.sh/test/v8/bad-modules/binding.gyp
2024-08-14 17:51:12 -07:00

13 lines
222 B
Python

{
"targets": [
{
"target_name": "mismatched_abi_version",
"sources": ["mismatched_abi_version.cpp"],
},
{
"target_name": "no_entrypoint",
"sources": ["no_entrypoint.cpp"],
}
]
}