Mixed platform are not static.

This commit is contained in:
Matthieu Gautier 2023-03-31 10:51:11 +02:00
parent 892e4bbffe
commit 7b7afc36e7
1 changed files with 1 additions and 0 deletions

View File

@ -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)