add missing default methods in target.py
This commit is contained in:
parent
47fbfbe209
commit
b732490b2c
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ class Target(object):
|
|||
def compile_platform(self):
|
||||
pass
|
||||
|
||||
def install_platform(self):
|
||||
pass
|
||||
|
||||
def get_custom_commands(self):
|
||||
result = []
|
||||
for x in dir(self):
|
||||
|
|
Loading…
Reference in a new issue