mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed dynlib extension for macOS
This commit is contained in:
parent
2fe209447e
commit
0d0d55741d
1 changed files with 1 additions and 1 deletions
|
@ -8940,7 +8940,7 @@ namespace IDE
|
|||
else if (project.mGeneralOptions.mTargetType != .CustomBuild)
|
||||
newString.Append(".exe");
|
||||
case .macOS:
|
||||
if (project.mGeneralOptions.mTargetType == .BeefLib)
|
||||
if (project.mGeneralOptions.mTargetType == .BeefDynLib)
|
||||
newString.Append(".dylib");
|
||||
default:
|
||||
if (project.mGeneralOptions.mTargetType == .BeefDynLib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue