CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 20:49:59 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/nodejs/gyp-next.git
etag: W/"8c3749506ece2fe08105508d660560de"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=m1gg7f0IbsGBWes13q43kNvltt%2B0xeeaXcEh6IQll7YPODIg9eSZ%2FSZYm6l%2F3pdiyvJf231Mk%2Fp1LTYfFoXTWBQhR7145zRF9cc0j4ejY6kGNiKIll5Y6Mcuy1ysu%2FamHXykFaI1GqSWc3SntLEcMf5P5yjC2YPEUxoksirwAGJyIJzLZH%2B%2BnybYpFWYXMb6%2FJ%2FIImzOYiAJOA%2FzrCzbkyO7FZ6aib5etJSAC33JLJz5ZcDTB1tkBKqPAa6suKKR4pni9TjNUhesHlRxx1Sgnw%3D%3D--h5eOoKsuTZ3DdgiL--qaAY0gsz7jqgbe3xx4aUiA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1772077830.1752958198; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 20:49:58 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 20:49:58 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E95C:0A55:569E2E:6D3217:687C04F6
fix: do not assume that /usr/bin/env exists on macOS (#216) · nodejs/gyp-next@706d04a · GitHub
Copy file name to clipboardExpand all lines: pylib/gyp/generator/make.py
Copy file name to clipboardExpand all lines: pylib/gyp/generator/ninja.py
Copy file name to clipboardExpand all lines: pylib/gyp/xcode_emulation.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit 706d04a
authored
fix: do not assume that /usr/bin/env exists on macOS (#216)
For example, when building in Nix sandbox, `/usr/bin/env` is not
available. This change also makes gyp tool execution consistent with
`gyp-win-tool` that uses `sys.executable` on Windows.1 parent d1299a4 commit 706d04aCopy full SHA for 706d04a
File tree
Expand file treeCollapse file tree
3 files changed
+31
-25
lines changedFilter options
- pylib/gyp
- generator
Expand file treeCollapse file tree
3 files changed
+31
-25
lines changedpylib/gyp/generator/make.py
Copy file name to clipboardExpand all lines: pylib/gyp/generator/make.py+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
| 211 | + | |
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
| 221 | + | |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
| |||
609 | 609 |
| |
610 | 610 |
| |
611 | 611 |
| |
612 |
| - | |
| 612 | + | |
613 | 613 |
| |
614 | 614 |
| |
615 |
| - | |
| 615 | + | |
616 | 616 |
| |
617 | 617 |
| |
618 | 618 |
| |
619 |
| - | |
| 619 | + | |
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
| |||
2498 | 2498 |
| |
2499 | 2499 |
| |
2500 | 2500 |
| |
2501 |
| - | |
| 2501 | + | |
2502 | 2502 |
| |
2503 | 2503 |
| |
2504 | 2504 |
| |
| |||
2548 | 2548 |
| |
2549 | 2549 |
| |
2550 | 2550 |
| |
2551 |
| - | |
| 2551 | + | |
2552 | 2552 |
| |
2553 | 2553 |
| |
2554 | 2554 |
| |
| |||
2564 | 2564 |
| |
2565 | 2565 |
| |
2566 | 2566 |
| |
2567 |
| - | |
| 2567 | + | |
2568 | 2568 |
| |
2569 | 2569 |
| |
2570 | 2570 |
| |
| |||
2574 | 2574 |
| |
2575 | 2575 |
| |
2576 | 2576 |
| |
2577 |
| - | |
| 2577 | + | |
2578 | 2578 |
| |
2579 | 2579 |
| |
2580 | 2580 |
| |
|
pylib/gyp/generator/ninja.py
Copy file name to clipboardExpand all lines: pylib/gyp/generator/ninja.py+16-13Lines changed: 16 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2595 | 2595 |
| |
2596 | 2596 |
| |
2597 | 2597 |
| |
2598 |
| - | |
| 2598 | + | |
2599 | 2599 |
| |
2600 |
| - | |
| 2600 | + | |
2601 | 2601 |
| |
2602 | 2602 |
| |
2603 | 2603 |
| |
| |||
2698 | 2698 |
| |
2699 | 2699 |
| |
2700 | 2700 |
| |
2701 |
| - | |
| 2701 | + | |
| 2702 | + | |
2702 | 2703 |
| |
2703 | 2704 |
| |
2704 | 2705 |
| |
2705 | 2706 |
| |
2706 |
| - | |
| 2707 | + | |
2707 | 2708 |
| |
2708 | 2709 |
| |
2709 | 2710 |
| |
2710 | 2711 |
| |
2711 |
| - | |
| 2712 | + | |
2712 | 2713 |
| |
2713 | 2714 |
| |
2714 | 2715 |
| |
2715 | 2716 |
| |
2716 |
| - | |
2717 |
| - | |
2718 |
| - | |
| 2717 | + | |
| 2718 | + | |
| 2719 | + | |
| 2720 | + | |
2719 | 2721 |
| |
2720 | 2722 |
| |
2721 | 2723 |
| |
2722 | 2724 |
| |
2723 |
| - | |
| 2725 | + | |
| 2726 | + | |
2724 | 2727 |
| |
2725 | 2728 |
| |
2726 | 2729 |
| |
2727 | 2730 |
| |
2728 |
| - | |
2729 |
| - | |
| 2731 | + | |
| 2732 | + | |
2730 | 2733 |
| |
2731 | 2734 |
| |
2732 | 2735 |
| |
2733 | 2736 |
| |
2734 |
| - | |
2735 |
| - | |
| 2737 | + | |
| 2738 | + | |
2736 | 2739 |
| |
2737 | 2740 |
| |
2738 | 2741 |
| |
|
pylib/gyp/xcode_emulation.py
Copy file name to clipboardExpand all lines: pylib/gyp/xcode_emulation.py+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1174 | 1174 |
| |
1175 | 1175 |
| |
1176 | 1176 |
| |
1177 |
| - | |
| 1177 | + | |
1178 | 1178 |
| |
| 1179 | + | |
1179 | 1180 |
| |
1180 | 1181 |
| |
1181 | 1182 |
| |
| |||
1190 | 1191 |
| |
1191 | 1192 |
| |
1192 | 1193 |
| |
1193 |
| - | |
| 1194 | + | |
1194 | 1195 |
| |
| 1196 | + | |
1195 | 1197 |
| |
1196 | 1198 |
| |
1197 | 1199 |
| |
| |||
1204 | 1206 |
| |
1205 | 1207 |
| |
1206 | 1208 |
| |
1207 |
| - | |
| 1209 | + | |
1208 | 1210 |
| |
| 1211 | + | |
1209 | 1212 |
| |
1210 | 1213 |
| |
1211 | 1214 |
| |
|
You can’t perform that action at this time.
0 commit comments