Linking to -framework on MacOS

DanielG simpletangent at gmail.com
Thu Sep 5 18:26:41 UTC 2019


And depending on the version of macOS / which framework you're 
linking to, you might need to specify a search path as well (-F):

lflags "-framework" "SomeFramework" "-framework" 
"AnotherFramework" "-F/Library/Frameworks"

IIRC I didn't need that -F parameter on 10.9, but now I do with 
10.14. But it's for my own frameworks, not system ones.



More information about the Digitalmars-d-learn mailing list