Skip to content

Commit ebd102e

Browse 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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7349223 commit ebd102e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILDING.md

+2-2
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:
File renamed without changes.

0 commit comments

Comments
 (0)