This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Fix OSX build
tags/2018-04-16
falkTX
10 years ago
parent
f0706a8709
commit
d77964d725
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libs/juce/source/modules/juce_core/juce_core.cpp
+1
-1
scripts/generate-ttl.sh
+1
-1
scripts/generate-ttl_extra.sh
+ 1
- 0
libs/juce/source/modules/juce_core/juce_core.cpp
View File
@@ -97,6 +97,7 @@
#endif
#if JUCE_MAC || JUCE_IOS
#include <execinfo.h>
#include <xlocale.h>
#include <mach/mach.h>
#endif
+ 1
- 1
scripts/generate-ttl.sh
View File
@@ -14,7 +14,7 @@ PWD=`pwd`
if [ -f $PWD/../libs/lv2_ttl_generator.exe ]; then
GEN=$PWD/../libs/lv2_ttl_generator.exe
EXT=dll
elif [ -d /
Developer
]; then
elif [ -d /
System/Library
]; then
GEN=$PWD/../libs/lv2_ttl_generator
EXT=dylib
else
+ 1
- 1
scripts/generate-ttl_extra.sh
View File
@@ -14,7 +14,7 @@ PWD=`pwd`
if [ -f $PWD/../libs/lv2_ttl_generator.exe ]; then
GEN=$PWD/../libs/lv2_ttl_generator.exe
EXT=dll
elif [ -d /
Developer
]; then
elif [ -d /
System/Library
]; then
GEN=$PWD/../libs/lv2_ttl_generator
EXT=dylib
else
Write
Preview
Loading…
Cancel
Save