Skip to content

Commit 0df6362

Browse files
cmake: Fix references to OSX / OS X. NFC (#18902)
Use macOS instead.
1 parent a431dfa commit 0df6362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/Platform/Emscripten.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# line parameters:
77
# cmake -DCMAKE_TOOLCHAIN_FILE=<EmscriptenRoot>/cmake/Modules/Platform/Emscripten.cmake
88
# -DCMAKE_BUILD_TYPE=<Debug|RelWithDebInfo|Release|MinSizeRel>
9-
# -G "Unix Makefiles" (Linux and OSX)
9+
# -G "Unix Makefiles" (Linux and macOS)
1010
# -G "MinGW Makefiles" (Windows)
1111
# <path/to/CMakeLists.txt> # Note, pass in here ONLY the path to the file, not the filename 'CMakeLists.txt' itself.
1212

0 commit comments

Comments
 (0)