diff options
author | 2016-03-17 01:42:48 +0000 | |
---|---|---|
committer | 2016-03-17 01:42:48 +0000 | |
commit | d0ce8784a7005e3c4912847f4ffbe2c41404a28f (patch) | |
tree | 4548e4393298ede733080afc8d2723f58f988888 /scripts/genie.lua | |
parent | 157de7d935dad7ea732088f0f48d92c925b3bc37 (diff) |
Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port now (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index e991bb5ed38..0a7c79d5825 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1059,6 +1059,7 @@ configuration { "asmjs" } buildoptions { "-std=gnu89", "-Wno-implicit-function-declaration", + "-s USE_SDL_TTF=2", } buildoptions_cpp { "-x c++", |