Apparently <dependency> allows to link libraries. ex:
<dependency name="GameKit.framework" if="ios" />
However this doesn't seem to work when targeting Mac. ex:
<dependency name="IOKit" if="macos"/>
What version of the product are you using? On what operating system?
Using latest SVN version of hxcpp (and nme).
Please provide any additional information below.
Workaround used: duplicated <linker> tag from hxcpp/build-tool/mac-toolchain.xml and manually add the additional -framework.
Maybe is there a better solution?