Closed
Description
Isn't this more general than only for native assets?
{
'out_dir' : ...,
'native_assets' : {
'c_compiler' : {
'cc' : ...
'cflags' : ...
'ld' : ...,
},
'rustc' : {
'...' : ...
},
'link_mode_preference' : 'static',
...
},
}
I'd make this more hierarchical
Originally posted by @mkustermann in #3 (comment)