mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
SYMBIAN: Fix command order
This commit is contained in:
parent
b74448f679
commit
a6b97165ed
@ -247,6 +247,7 @@ def MakeMMP(engine):
|
||||
staticlib = tt[1]
|
||||
|
||||
src = processModule_mk(pth, macrolist)
|
||||
src = ProcessDup(src)
|
||||
src = FilterSrcs(src, engine)
|
||||
|
||||
mmp = """TARGET scummvm_%s.lib
|
||||
@ -265,8 +266,6 @@ SOURCEPATH ..\..\..\..\engines\%s\n
|
||||
if mmp is None:
|
||||
return
|
||||
|
||||
src = ProcessDup(src)
|
||||
|
||||
plugins_table = """
|
||||
#if PLUGIN_ENABLED_STATIC(%s)
|
||||
LINK_PLUGIN(%s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user