Skip to content

Commit 680225c

Browse files
authored
Merge pull request #1114 from spevans/pr_remove_swift_begin_end
2 parents 3b1ebdb + 05caa05 commit 680225c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/product.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ def __init__(self, name):
182182
def generate(self, objects = []):
183183
self.rule = "Archive"
184184
self.product_name = Configuration.current.target.static_library_prefix + self.name + Configuration.current.target.static_library_suffix
185+
self.conformance_begin = ''
186+
self.conformance_end = ''
185187
return Library.generate(self, [], objects)
186188

187189
class StaticAndDynamicLibrary(StaticLibrary, DynamicLibrary):

0 commit comments

Comments
 (0)