Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hollings <bill.hollings@brenwill.com>2016-10-20 00:09:51 +0300
committerBill Hollings <bill.hollings@brenwill.com>2016-10-20 00:09:51 +0300
commita759e2c8726cd40eddb1c1d0a870c2e4e04cf5f5 (patch)
tree40ed112567fb7e1a1a2352ffea7c0e9b1775d7c2 /README.md
parentb4ce4e4b2faad841edb9613bf3514f090dd40efc (diff)
parent206cb9157ccd4a60222bf4ed988d6b56c75643de (diff)
Merge Brenwill fork with upstream.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97433d04..07b09ac7 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ However, most missing features are expected to be "trivial" improvements at this
SPIRV-Cross has been tested on Linux, OSX and Windows.
-### Linux and OSX
+### Linux and macOS
Just run `make` on the command line. A recent GCC (4.8+) or Clang (3.x+) compiler is required as SPIRV-Cross uses C++11 extensively.