mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: fix linter issues
This commit is contained in:
parent
d6df02e52d
commit
98701732af
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue