nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

[typo] miss < #236

Open Freed-Wu opened 3 months ago

Freed-Wu commented 3 months ago

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 !.