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):
|
def compile_platform(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def install_platform(self):
|
||||||
|
pass
|
||||||
|
|
||||||
def get_custom_commands(self):
|
def get_custom_commands(self):
|
||||||
result = []
|
result = []
|
||||||
for x in dir(self):
|
for x in dir(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue