Kode / khamake

Kha's build tool.
http://kha.tech
15 stars 45 forks source link

Fix haxelibs with classPath #273

Closed RblSb closed 2 months ago

RblSb commented 2 months ago

This removes from build.hxml paths like: -cp /Users/maxim/haxe/haxelib/mister-lobster/git And keeps only -cp /Users/maxim/haxe/haxelib/mister-lobster/git/src If this library has haxelib.json with classPath: "src/"

It fixes completion in project for such libs.