mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 19:45:40 -04:00
11 lines
180 B
Python
11 lines
180 B
Python
from builder_base import *
|
|
|
|
|
|
def buildDsym(
|
|
sender=None,
|
|
architecture=None,
|
|
compiler=None,
|
|
dictionary=None,
|
|
testdir=None):
|
|
return False
|