Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebd102e

Browse filesBrowse files
Trotttargos
authored andcommitted
tools: use macOS as operating system name
As of 2016, the operating system is macOS. Remove use of "macosx". PR-URL: #20579 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7349223 commit ebd102e
Copy full SHA for ebd102e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ More Developer Tools...`. This step will install `clang`, `clang++`, and
133133
If the path to your build directory contains a space, the build will likely
134134
fail.
135135

136-
After building, setting up [firewall rules](tools/macosx-firewall.sh) can avoid
136+
After building, setting up [firewall rules](tools/macos-firewall.sh) can avoid
137137
popups asking to accept incoming network connections when running tests.
138138

139139
Running the following script on macOS will add the firewall rules for the
140140
executable `node` in the `out` directory and the symbolic `node` link in the
141141
project's root directory.
142142

143143
```console
144-
$ sudo ./tools/macosx-firewall.sh
144+
$ sudo ./tools/macos-firewall.sh
145145
```
146146

147147
On FreeBSD and OpenBSD, you may also need:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.