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 4730fe7 commit 9be063eCopy full SHA for 9be063e
commandline/commands/Update.hx
@@ -13,8 +13,9 @@ class Update {
13
// to prevent messing with currently installed libs
14
if (!FileSystem.exists('.haxelib'))
15
FileSystem.createDirectory('.haxelib');
16
-
+
17
var filename = #if desktop "./libs.xml" #else "./libs-mobile.xml" #end;
18
+ prettyPrint(filename);
19
var isSilent = false;
20
for(arg in args) {
21
if (arg.startsWith("--lib="))
0 commit comments