Enable EFSW in Mac and Linux builds

This commit is contained in:
Joshua Granick
2017-09-26 10:47:12 -07:00
parent 511f99e378
commit 8c0ef9504a

View File

@@ -11,7 +11,7 @@
<set name="LIME_CAIRO" value="1" />
<set name="LIME_CURL" value="1" unless="emscripten" />
<set name="LIME_EFSW" value="1" if="windows" />
<set name="LIME_EFSW" value="1" if="windows || mac || linux" />
<set name="LIME_JPEG" value="1" />
<set name="LIME_FREETYPE" value="1" />
<set name="LIME_HARFBUZZ" value="1" />