forked from OSchip/llvm-project
5 lines
136 B
Python
5 lines
136 B
Python
|
from builder_base import *
|
||
|
|
||
|
def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
|
||
|
return False
|