Skip to content

Copying libraries from brew is not working #14

@Antazidum

Description

@Antazidum

What should qtnamesrc contain when is_brew_lib(dep) returned True?
For example when dep is /opt/homebrew/opt/openssl@3/lib/libssl.3.dylib, it tries to copy <qtpath>/lib/libssl3.dylib.framework/libssl.3.dylib into the Frameworks directory inside the bundle.

qtnamesrc = os.path.join(GlobalConfig.qtpath, 'lib', '{0}.framework'.

Shouldn't qtnamesrc = dep work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions