update according to feedback
This commit is contained in:
parent
f825477855
commit
090a241a12
1 changed files with 1 additions and 7 deletions
|
@ -64,13 +64,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
||||||
StaticLib = ".a"
|
StaticLib = ".a"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static PlatformFileNameSuffixes FreeBSD { get; } = new PlatformFileNameSuffixes
|
public static PlatformFileNameSuffixes FreeBSD { get; } = Linux;
|
||||||
{
|
|
||||||
DynamicLib = ".so",
|
|
||||||
Exe = "",
|
|
||||||
ProgramDatabase = ".pdb",
|
|
||||||
StaticLib = ".a"
|
|
||||||
};
|
|
||||||
|
|
||||||
public struct PlatformFileNameSuffixes
|
public struct PlatformFileNameSuffixes
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue