mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +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/>.
|
||||
#
|
||||
|
||||
from distutils.version import StrictVersion
|
||||
import glob
|
||||
from distutils.version import StrictVersion
|
||||
|
||||
from .base import *
|
||||
|
||||
|
@ -460,8 +460,8 @@ class Sdl2Target(CMakeStaticDependencyTarget):
|
|||
'https://libsdl.org/release/SDL2-2.0.16.tar.gz',
|
||||
'65be9ff6004034b5b2ce9927b5a4db1814930f169c4b2dae0a1e4697075f287b')
|
||||
|
||||
FRAMEWORKS = None
|
||||
LINKER_FLAGS = None
|
||||
FRAMEWORKS = ''
|
||||
LINKER_FLAGS = ''
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
state.options['SDL_STATIC_PIC'] = 'YES'
|
||||
|
|
Loading…
Reference in a new issue