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):
|
def MixedMixin(static_name):
|
||||||
class MixedMixinClass:
|
class MixedMixinClass:
|
||||||
mixed = True
|
mixed = True
|
||||||
|
static = False
|
||||||
|
|
||||||
def add_targets(self, targetName, targets):
|
def add_targets(self, targetName, targets):
|
||||||
print(targetName)
|
print(targetName)
|
||||||
|
|
Loading…
Reference in New Issue