console: remove std lib

This commit is contained in:
James Gray
2015-07-23 18:24:48 -05:00
parent 68adb5ff95
commit 856d15894c

View File

@@ -46,7 +46,7 @@
<section unless="display || lime-legacy">
<ndll name="std" haxelib="hxcpp" if="cpp" />
<ndll name="std" haxelib="hxcpp" if="cpp" unless="lime-console" />
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="emscripten || ios || static_link" />