Skip to content

Commit

Permalink
cmake: Fix references to OSX / OS X. NFC (emscripten-core#18902)
Browse files Browse the repository at this point in the history
Use macOS instead.
  • Loading branch information
waywardmonkeys authored Jan 21, 2024
1 parent a431dfa commit 0df6362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/Platform/Emscripten.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# line parameters:
# cmake -DCMAKE_TOOLCHAIN_FILE=<EmscriptenRoot>/cmake/Modules/Platform/Emscripten.cmake
# -DCMAKE_BUILD_TYPE=<Debug|RelWithDebInfo|Release|MinSizeRel>
# -G "Unix Makefiles" (Linux and OSX)
# -G "Unix Makefiles" (Linux and macOS)
# -G "MinGW Makefiles" (Windows)
# <path/to/CMakeLists.txt> # Note, pass in here ONLY the path to the file, not the filename 'CMakeLists.txt' itself.

Expand Down

0 comments on commit 0df6362

Please sign in to comment.