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.
1 parent 3b1ebdb commit 05caa05Copy full SHA for 05caa05
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