Skip to content

Commit

Permalink
Bump haxeshim. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
back2dos committed Jan 19, 2020
1 parent c9df794 commit 8eae3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions haxe_libraries/haxeshim.hxml
@@ -1,6 +1,6 @@
# @install: lix --silent download "gh://github.com/lix-pm/haxeshim#fc5938d73ab0ad40f917623370dbe444d0ce9f4d" into haxeshim/0.0.0/github/fc5938d73ab0ad40f917623370dbe444d0ce9f4d
# @install: lix --silent download "gh://github.com/lix-pm/haxeshim#d0d49c50ae297598ea4f746c34da140e5caea112" into haxeshim/0.0.0/github/d0d49c50ae297598ea4f746c34da140e5caea112
-lib ansi
-lib hxnodejs
-lib tink_core
-cp ${HAXE_LIBCACHE}/haxeshim/0.0.0/github/fc5938d73ab0ad40f917623370dbe444d0ce9f4d/src
-cp ${HAXE_LIBCACHE}/haxeshim/0.0.0/github/d0d49c50ae297598ea4f746c34da140e5caea112/src
-D haxeshim=0.0.0
1 change: 0 additions & 1 deletion src/lix/cli/Cli.hx
Expand Up @@ -373,7 +373,6 @@ class Cli {
new Error('multiple builds defined');
}

// @:privateAccess new haxeshim.HaxeCli(scope).dispatch(c.args.concat(['--run', cls]).concat(args.slice(1)));//This always exits
return Noise;
});
}
Expand Down

0 comments on commit 8eae3d4

Please sign in to comment.