aedi: fix linter issues

This commit is contained in:
alexey.lysiuk 2021-09-12 11:08:39 +03:00
parent d6df02e52d
commit 98701732af

View file

@ -16,8 +16,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
from distutils.version import StrictVersion
import glob import glob
from distutils.version import StrictVersion
from .base import * from .base import *
@ -460,8 +460,8 @@ class Sdl2Target(CMakeStaticDependencyTarget):
'https://libsdl.org/release/SDL2-2.0.16.tar.gz', 'https://libsdl.org/release/SDL2-2.0.16.tar.gz',
'65be9ff6004034b5b2ce9927b5a4db1814930f169c4b2dae0a1e4697075f287b') '65be9ff6004034b5b2ce9927b5a4db1814930f169c4b2dae0a1e4697075f287b')
FRAMEWORKS = None FRAMEWORKS = ''
LINKER_FLAGS = None LINKER_FLAGS = ''
def configure(self, state: BuildState): def configure(self, state: BuildState):
state.options['SDL_STATIC_PIC'] = 'YES' state.options['SDL_STATIC_PIC'] = 'YES'