Mixed platform are not static.
This commit is contained in:
parent
892e4bbffe
commit
7b7afc36e7
|
@ -137,6 +137,7 @@ class MetaPlatformInfo(PlatformInfo):
|
|||
def MixedMixin(static_name):
|
||||
class MixedMixinClass:
|
||||
mixed = True
|
||||
static = False
|
||||
|
||||
def add_targets(self, targetName, targets):
|
||||
print(targetName)
|
||||
|
|
Loading…
Reference in New Issue