1
0
Fork 0

Merge pull request #9211 from karroffel/gdnative-macos-typo

[GDNative] corrected typo for Mac library ext.
This commit is contained in:
Thomas Herzog 2017-06-16 15:52:56 +02:00 committed by GitHub
commit 7ae36d4c47
1 changed files with 3 additions and 3 deletions

View File

@ -516,9 +516,9 @@ static const char *_dl_platforms_info[] = {
"unix|server|so|Server",
"unix|android|so|Android",
"unix|haiku|so|Haiku", // Right?
"|mac|dynlib|Mac",
"mac|ios|dynlib|iOS",
"mac|osx|dynlib|OSX",
"|mac|dylib|Mac",
"mac|ios|dylib|iOS",
"mac|osx|dylib|OSX",
"|html5|js|HTML5",
"|windows|dll|Windows",
"windows|uwp|dll|UWP",