Minor Haxe dev build fix

This commit is contained in:
Joshua Granick
2016-10-24 16:50:25 -07:00
parent 43498aacbb
commit 7668f0ea93

View File

@@ -77,7 +77,7 @@
<module name="${module-name}" if="html5 modular">
<source path="${HAXE_STD_PATH}" package="js.html" />
<source path="${HAXE_STD_PATH}" package="haxe.ds" />
<source path="${HAXE_STD_PATH}" package="haxe.ds" exclude="haxe.ds.StringMap" />
<source path="${HAXE_STD_PATH}" package="haxe.io" />
<class name="haxe.CallStack" />