We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fb7d5 commit 2f012ceCopy full SHA for 2f012ce
2 files changed
hmm.json
@@ -39,7 +39,7 @@
39
{
40
"name": "hxCodec",
41
"type": "haxelib",
42
- "version": null
+ "version": "2.5.1"
43
},
44
45
"name": "lime",
update/Update.hx
@@ -14,8 +14,8 @@ class Update {
14
// install libs
15
switch(lib.type) {
16
case "haxelib":
17
- prettyPrint('Installing "${lib.name}"...');
18
- Sys.command('haxelib install ${lib.name}');
+ prettyPrint('Installing "${lib.name}"...');
+ Sys.command('haxelib install ${lib.name} ${lib.version != null ? " " + lib.version : " "}');
19
case "git":
20
prettyPrint('Installing "${lib.name}" from git url "${lib.url}"');
21
Sys.command('haxelib git ${lib.name} ${lib.url}');
0 commit comments