Issue 165: Desktop targets dependencies
Status:  New
Owner: ----
Reported by philippe...@gmail.com, Apr 3, 2012
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?