This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Projucer: Replace search paths starting with "~" with "$(HOME)" in the Xcode exporter to make Xcode 10 happy
tags/2021-05-28
ed
6 years ago
parent
635f52708b
commit
9ae332cc8f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
+ 2
- 0
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
View File
@@ -1518,6 +1518,8 @@ public:
for (auto& s : paths)
{
// Xcode 10 can't deal with search paths starting with "~" so we need to replace them here...
s = sanitisePath (s);
s = owner.replacePreprocessorTokens (config, s);
if (s.containsChar (' '))
Write
Preview
Loading…
Cancel
Save