예제 #1
0
파일: binutils.py 프로젝트: wiwa/pants
 def assembler(self) -> Assembler:
     return Assembler(
         path_entries=self.path_entries(),
         exe_filename="as",
         runtime_library_dirs=(),
         extra_args=(),
     )
예제 #2
0
 def assembler(self):
     return Assembler(path_entries=self.path_entries(),
                      exe_filename='as',
                      library_dirs=[])
예제 #3
0
 def assembler(self):
     return Assembler(path_entries=self.path_entries(),
                      exe_filename='as',
                      runtime_library_dirs=[],
                      extra_args=[])