mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
12 lines
179 B
Python
12 lines
179 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "addon",
|
|
"sources": [ "demo.c" ],
|
|
"libraries": [
|
|
"-lhello",
|
|
"-L<(module_root_dir)"
|
|
]
|
|
}
|
|
]
|
|
}
|