Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haxelib project support #206

Closed
wants to merge 1 commit into from

Conversation

XANOZOID
Copy link
Contributor

Added asynchronous support for adding Haxelib projects. Fixes #204.

  • Tested and works with absolute paths or HaxeLib project names (dev, git, etc).
  • Completely asynchronous, as addProjects is supposed to be

It's essentially the asynchronous version of the findLibraryDirectory in addLibrary. It does not use the Libraries path.

Added asynchronous support for adding Haxelib projects.

small refactor
@RobDangerous
Copy link
Member

But it should use the Libraries path, it should always try that first.

@RobDangerous
Copy link
Member

I... guess we can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A library's addDefine gets ignored
2 participants