Rename OSX to macOS.

This commit is contained in:
bruvzg
2022-07-20 11:01:47 +03:00
parent 8772a7faca
commit 0ee980abae
12 changed files with 31 additions and 38 deletions

View File

@@ -4,8 +4,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_32 = "bin/libgdexample.windows.debug.x86_32.dll"
windows.release.x86_32 = "bin/libgdexample.windows.release.x86_32.dll"
windows.debug.x86_64 = "bin/libgdexample.windows.debug.x86_64.dll"