add ps3 target handler

This commit is contained in:
James Gray
2015-07-31 19:38:37 -05:00
parent 6857f2a7e2
commit b5e2f28217

View File

@@ -29,6 +29,9 @@
<haxelib name="nodejs" if="nodejs" />
<haxelib name="format" if="java" />
<target name="ps3" handler="lime-ps3" />
<haxelib name="lime-ps3" if="ps3" />
<target name="ps4" handler="lime-ps4" />
<haxelib name="lime-ps4" if="ps4" />