Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:proaudio
HISE
HISE-ignore-CI-mode-data-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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())
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor