File HISE-ignore-CI-mode-data-path.patch of Package HISE
diff --git a/hi_backend/backend/CompileExporter.cpp b/hi_backend/backend/CompileExporter.cpp
index 55938290b..d1b3ceb9b 100644
--- a/hi_backend/backend/CompileExporter.cpp
+++ b/hi_backend/backend/CompileExporter.cpp
@@ -501,7 +501,7 @@ CompileExporter::ErrorCodes CompileExporter::exportInternal(TargetTypes type, Bu
if (!hisePath.isDirectory())
{
- if (isUsingCIMode())
+/* if (isUsingCIMode())
{
auto appPath = File::getSpecialLocation(File::currentApplicationFile).getParentDirectory();
@@ -513,10 +513,10 @@ CompileExporter::ErrorCodes CompileExporter::exportInternal(TargetTypes type, Bu
if (!appPath.isRoot())
hisePath = appPath;
}
- else
- {
+ else*/
+// {
hisePath = data.getSetting(HiseSettings::Compiler::HisePath);
- }
+// }
}
if (!hisePath.isDirectory())