WTF was I thinking

This commit is contained in:
Vas Crabb 2015-04-01 03:06:55 +11:00
parent 1f2763cc32
commit d7d3818ea6

View File

@ -70,7 +70,6 @@ if _OPTIONS["SDL_LIBVER"]=="sdl2" then
else
defines {
"SDLMAME_SDL2=0",
"SYNC_IMPLEMENTATION=" .. SYNC_IMPLEMENTATION,
}
end
@ -82,6 +81,7 @@ end
defines {
"OSD_SDL",
"SYNC_IMPLEMENTATION=" .. SYNC_IMPLEMENTATION,
}
if BASE_TARGETOS=="unix" then