diff options
author | 2016-03-17 09:22:16 -0400 | |
---|---|---|
committer | 2016-03-17 09:22:16 -0400 | |
commit | 26ccf5e75fc542b073346f003f1d6bcc39c6c8ca (patch) | |
tree | 9781845d0dfffcf74a76feb1c934ce7e78bf08e9 /scripts/genie.lua | |
parent | 6cd37a0498b9aa7bc4f910ce5992d6ab1b84ef3f (diff) | |
parent | 0442b2c2f33fc383f43dc608606343b9c27ad73f (diff) |
Merge branch 'master' of https://github.com/mamedev/mame.git
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++", |