You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.131
Former-commit-id: abd89e4657b7210a56ed85646ed35374fb3f4692
This commit is contained in:
parent
4edc784e8b
commit
617cd4d095
@@ -41,7 +41,7 @@ static partial class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "6.6.0.129";
|
||||
public const string MonoVersion = "6.6.0.131";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
||||
@@ -25,3 +25,7 @@ ifdef PLATFORM_MACOS
|
||||
MONO_FEATURE_APPLETLS=1
|
||||
ENABLE_GSS=1
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_PLATFORM),linux)
|
||||
ENABLE_GSS=1
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user