Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix include paths inconsistency in case vst2 sdk path is set #1378

Closed

Commits on Apr 12, 2024

  1. Fix include paths inconsistency in case vst2 sdk path is set

    All include paths set by JUCE are regular, non-system ones, -except- if a vst2 sdk path is set, in which case both the vst2 sdk path and the vst3 sdk path (custom or not) become system includes. This commit removes the exceptional behavior.
    
    The sdks include paths order (VST3 preceding VST2) is kept.
    danra committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8058733 View commit details
    Browse the repository at this point in the history