Improve support for compiling using -Dangle

This commit is contained in:
Joshua Granick
2018-05-31 16:45:05 -07:00
parent dde997edcb
commit 0bf558da67
2 changed files with 4 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
<set name="LIME_SDL" value="1" />
<!-- <set name="LIME_SDL_ANGLE" value="1" if="windows" unless="static_link" /> -->
<set name="LIME_SDL_ANGLE" value="1" if="windows LIME_SDL_ANGLE" unless="static_link" />
<set name="LIME_SDL_ANGLE" value="1" if="windows angle" unless="static_link" />
<set name="LIME_TINYFILEDIALOGS" value="1" if="windows || mac || linux" />
<set name="LIME_VORBIS" value="1" />
<!-- <set name="LIME_VPX" value="1" />