mirror of https://github.com/godotengine/godot
Merge pull request #9211 from karroffel/gdnative-macos-typo
[GDNative] corrected typo for Mac library ext.
This commit is contained in:
commit
7ae36d4c47
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue