Skip to content

Commit dc2b937

Browse files
committed
Upgrade HashLink to latest (1.16) for MinGW fixes
1 parent 6421de1 commit dc2b937

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/lib/hashlink

Submodule hashlink updated 556 files

src/lime/tools/HashlinkHelper.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import hxp.System;
1111

1212
class HashlinkHelper
1313
{
14-
public static inline var BUNDLED_HL_VER = "1.14.0";
14+
public static inline var BUNDLED_HL_VER = "1.16.0";
1515

1616
public static function copyHashlink(project:HXProject, targetDirectory:String, applicationDirectory:String, executablePath:String, ?is64 = true)
1717
{

0 commit comments

Comments
 (0)