You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the generated juce targets (..._VST3 and ..._Standalone), the PIC property is enabled. The VST plugin (which is a dynamic library) will fail to link if PIC is not set on the static libraries linked to it.
How does JUCE handle the PIC flag on simple projects?
Is it set on all files even for a standalone plugin?
How can we propagate this property to all dependencies?
The text was updated successfully, but these errors were encountered:
On the generated juce targets (
..._VST3
and..._Standalone
), the PIC property is enabled. The VST plugin (which is a dynamic library) will fail to link if PIC is not set on the static libraries linked to it.How does JUCE handle the PIC flag on simple projects?
The text was updated successfully, but these errors were encountered: