diff --git a/src/lime/tools/HashlinkHelper.hx b/src/lime/tools/HashlinkHelper.hx index 7a96e63b2..82085f48f 100644 --- a/src/lime/tools/HashlinkHelper.hx +++ b/src/lime/tools/HashlinkHelper.hx @@ -44,10 +44,10 @@ class HashlinkHelper { System.copyFile(msvcrPath, Path.combine(applicationDirectory, "msvcr120.dll")); } - var vcruntimePath = Path.combine(hlPath, "vcruntime.dll"); + var vcruntimePath = Path.combine(hlPath, "vcruntime140.dll"); if (FileSystem.exists(vcruntimePath)) { - System.copyFile(vcruntimePath, Path.combine(applicationDirectory, "vcruntime.dll")); + System.copyFile(vcruntimePath, Path.combine(applicationDirectory, "vcruntime140.dll")); } } else if (platform == MAC || platform == IOS)