Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
1.16.0
-
None
Description
If weak linking is tried using symbolLinkMode to weak or lazy, qbs does not seems to honor it.
At the end otool -l reports it as regular linked.
cmd LC_LOAD_DYLIB
insetad of
cmd LC_LOAD_WEAK_DYLIB
Attached simple application can be used to see it.