Skip to content

Commit 2f012ce

Browse files
committed
Fuck you
1 parent 99fb7d5 commit 2f012ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hmm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
"name": "hxCodec",
4141
"type": "haxelib",
42-
"version": null
42+
"version": "2.5.1"
4343
},
4444
{
4545
"name": "lime",

update/Update.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class Update {
1414
// install libs
1515
switch(lib.type) {
1616
case "haxelib":
17-
prettyPrint('Installing "${lib.name}"...');
18-
Sys.command('haxelib install ${lib.name}');
17+
prettyPrint('Installing "${lib.name}"...');
18+
Sys.command('haxelib install ${lib.name} ${lib.version != null ? " " + lib.version : " "}');
1919
case "git":
2020
prettyPrint('Installing "${lib.name}" from git url "${lib.url}"');
2121
Sys.command('haxelib git ${lib.name} ${lib.url}');

0 commit comments

Comments
 (0)