Do not define -Dlime-legacy when using Lime hybrid

This commit is contained in:
Joshua Granick
2015-04-06 12:37:08 -07:00
parent b23ddbb2c9
commit 5df7984255
8 changed files with 55 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
<extension>
<section unless="display">
<haxelib name="hxcpp" if="cpp" unless="rebuild" />
<ndll name="std" haxelib="hxcpp" if="cpp" />
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
@@ -25,6 +25,6 @@
</section>
<templatePath name="templates" />
<templatePath name="templates" unless="lime-hybrid" />
</extension>