mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Projucer: Removed the per-exporter AAX and RTAS SDK and Android SDK/NDK path settings as well as the unused VST3 SDK setting as this was interfering with the embedded VST3 SDK path
This commit is contained in:
parent
ddddf0dbd4
commit
ff263ecded
11 changed files with 38 additions and 93 deletions
|
|
@ -171,8 +171,6 @@ void ProjectSaver::writeProjects (const OwnedArray<LibraryModule>& modules, cons
|
|||
|
||||
auto* exporter = exporters.add (exp.exporter.release());
|
||||
|
||||
exporter->initialiseDependencyPathValues();
|
||||
|
||||
if (exporter->getTargetFolder().createDirectory())
|
||||
{
|
||||
if (exporter->isCLion())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue