All else being equal, following the build instructions on arm64-apple-darwin20.6.0 results in a static lib while x86_64-apple-darwin20.6.0 compiles a dynamic lib.
Do you know what environment variables need to be set or passed onto the qmake and make to force static or dynamic linking?
the fact that it's making static libraries on arm macOS is creating an issue with compiling another package.
Adding classname PyOtherSideExtensionPlugin to qmldir did fix the missing classname error but now I get missing symbol errors so I think it would be easiest if there was a way to specify dynamic or static libraries when building pyotherside
All else being equal, following the build instructions on
arm64-apple-darwin20.6.0
results in a static lib whilex86_64-apple-darwin20.6.0
compiles a dynamic lib.Do you know what environment variables need to be set or passed onto the
qmake
and make to force static or dynamic linking?the fact that it's making static libraries on arm macOS is creating an issue with compiling another package.
Adding
classname PyOtherSideExtensionPlugin
toqmldir
did fix the missing classname error but now I get missing symbol errors so I think it would be easiest if there was a way to specify dynamic or static libraries when building pyotherside