diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-07-20 11:01:47 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-07-20 11:01:47 +0300 |
commit | 0ee980abae91c481009152cdccab8e61c9625303 (patch) | |
tree | 51bbe81e9346547c0f758a6399f5d326315a9bee /README.md | |
parent | 8772a7faca8156a502b12dda36e46cdb6904814f (diff) | |
download | redot-cpp-0ee980abae91c481009152cdccab8e61c9625303.tar.gz |
Rename OSX to macOS.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ entry_symbol = "example_library_init" [libraries] -macos.debug = "bin/libgdexample.osx.debug.framework" -macos.release = "bin/libgdexample.osx.release.framework" +macos.debug = "bin/libgdexample.macos.debug.framework" +macos.release = "bin/libgdexample.macos.release.framework" windows.debug.x86_64 = "bin/libgdexample.windows.debug.x86_64.dll" windows.release.x86_64 = "bin/libgdexample.windows.release.x86_64.dll" linux.debug.x86_64 = "bin/libgdexample.linux.debug.x86_64.so" |