We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b1ebdb + 05caa05 commit 680225cCopy full SHA for 680225c
lib/product.py
@@ -182,6 +182,8 @@ def __init__(self, name):
182
def generate(self, objects = []):
183
self.rule = "Archive"
184
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 = ''
187
return Library.generate(self, [], objects)
188
189
class StaticAndDynamicLibrary(StaticLibrary, DynamicLibrary):
0 commit comments