Update enet build license type
This commit is contained in:
2
Source/ThirdParty/enet/enet.Build.cs
vendored
2
Source/ThirdParty/enet/enet.Build.cs
vendored
@@ -14,7 +14,7 @@ public class ENet : DepsModule
|
|||||||
{
|
{
|
||||||
base.Init();
|
base.Init();
|
||||||
|
|
||||||
LicenseType = LicenseTypes.Custom;
|
LicenseType = LicenseTypes.MIT;
|
||||||
LicenseFilePath = "enet License.txt";
|
LicenseFilePath = "enet License.txt";
|
||||||
|
|
||||||
// Merge third-party modules into engine binary
|
// Merge third-party modules into engine binary
|
||||||
|
|||||||
Reference in New Issue
Block a user