Silence pep8

This commit is contained in:
mpeterv 2015-12-04 00:32:07 +03:00
parent 468a7ad8bf
commit 534766560d

View File

@ -374,8 +374,9 @@ class RioLua(Lua):
if self.major_version == "5.1":
if self.compat == "none":
self.extra_defines.extend([
"#undef LUA_COMPAT_VARARG", "#undef LUA_COMPAT_MOD", "#undef LUA_COMPAT_LSTR",
"#undef LUA_COMPAT_GFIND", "#undef LUA_COMPAT_OPENLIB"
"#undef LUA_COMPAT_VARARG", "#undef LUA_COMPAT_MOD",
"#undef LUA_COMPAT_LSTR", "#undef LUA_COMPAT_GFIND",
"#undef LUA_COMPAT_OPENLIB"
])
elif self.major_version == "5.2":
self.patch_build_option(" -DLUA_COMPAT_ALL", "")