Skip to content

Commit

Permalink
Disable curl for lime-switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 authored and jgranick committed May 29, 2018
1 parent ba61f9e commit 25e9bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<architecture name="armv7" if="android" />

<define name="lime-cairo" unless="flash || html5" />
<define name="lime-curl" unless="lime-console || emscripten || flash || html5" />
<define name="lime-curl" unless="lime-console || lime-switch || emscripten || flash || html5" />
<define name="lime-opengl" unless="lime-console || flash" />
<define name="lime-openal" unless="lime-console || static_link || flash || html5" />
<define name="lime-openal" if="emscripten" />
Expand Down

0 comments on commit 25e9bbc

Please sign in to comment.