diff --git a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs index 04a817709..bb6f874f4 100644 --- a/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs +++ b/Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs @@ -1305,7 +1305,7 @@ public void SetupPlatformLibraryOptions(out string platformLibExtension, out st { platformLibExtension = ".a"; platformOutputLibExtension = ""; - platformPrefixExtension = string.Empty; + platformPrefixExtension = "-l"; platformLibPrefix = ""; }