Open XANOZOID opened 5 years ago
Correction, as clarified in the IRC I was using addLibrary incorrectly. addProject
is the functionality I'm looking for, but it doesn't fallback to Haxelib projects - which I actually want. So I'll be making a pull-request that takes care of this use-case.
Basically, I was able to test that my flags were being ignored when they were declared in an added library.
The library khafile.js
The project khafile.js
Theoretical haxe file:
The output ignores the library's define, but it registers the projects own flag.