gyp-next
gyp-next copied to clipboard
[typo] miss <
https://gyp.gsrc.io/docs/InputFormatReference.md#variables-and-conditionals-command-expansions-example
{
'sources': [
'!(echo filename with space.cc)',
],
'libraries': [
'!@(pkg-config --libs-only-l apr-1)',
],
}
Miss < before !.