The tools already define a desktop flag

This commit is contained in:
Valentin Lemière
2016-07-04 09:26:44 +02:00
parent 6111cf43e7
commit 00b4999e8c

View File

@@ -6,9 +6,6 @@
<haxedef name="native" if="cpp || neko || nodejs" />
<set name="native" if="cpp || neko || nodejs" />
<haxedef name="desktop" if="windows || linux || mac || neko || nodejs" />
<set name="desktop" if="windows || linux || mac || neko || nodejs" />
<haxedef name="lime-html5" if="html5" />
<haxedef name="lime-native" if="native" />