Kode / khamake

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

Correctly locate non-lower-case haxelib libraries #130

Closed bendmorris closed 6 years ago

bendmorris commented 6 years ago

Fixes https://github.com/Kode/Kha/issues/748

sh-dave commented 6 years ago

Fix it in the /src/*.ts files please. /out/*.js is generated. Both changes should be included in the PR though.

Edit: To actually compile the typescript, you can open the khamake directory in vcode and run the tsc task.

RobDangerous commented 6 years ago

Thanks for the fix!