summaryrefslogtreecommitdiff
path: root/platform/osx
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-05-29 12:26:15 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-05-29 12:26:15 -0300
commit65615c03539305d022abf9ac720726bcaefb1d2f (patch)
tree630c63b1df350e43884cf3d6c5823f620d3ce163 /platform/osx
parent3e8eb396d7cfec8a96efb78719c0556f1beccf68 (diff)
fix freetype paths on osx and mingw
Diffstat (limited to 'platform/osx')
-rw-r--r--platform/osx/detect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py
index 28bc42f6bb..d668509b90 100644
--- a/platform/osx/detect.py
+++ b/platform/osx/detect.py
@@ -58,8 +58,8 @@ def configure(env):
if (env["freetype"]!="no"):
env.Append(CCFLAGS=['-DFREETYPE_ENABLED'])
- env.Append(CPPPATH=['#tools/freetype'])
- env.Append(CPPPATH=['#tools/freetype/freetype/include'])
+ env.Append(CPPPATH=['#drivers/freetype'])
+ env.Append(CPPPATH=['#drivers/freetype/freetype/include'])