Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Invalid
-
Affects Version/s: 1.16.0
-
Fix Version/s: None
-
Component/s: Build & Distribution of Qbs
-
Labels:None
-
Platform/s:
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.