This repository was archived by the owner on Aug 11, 2022. It is now read-only.
Commit 24b13fb
node-gyp: fix custom node-gyp env var quoting on windows
npm sets node_config_node_gyp without quotes, so its usage should be
quoted. Indeed, it is a better practice to define environment variables
that contain paths without quotes and quote their usage.
PR-URL: #11158
Credit: @orangemocha1 parent fa47724 commit 24b13fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
0 commit comments