1
0
Fork 0
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:
Brian Fiete 2020-07-04 08:59:36 -07:00
parent 2fe209447e
commit 0d0d55741d

View file

@ -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)