summaryrefslogtreecommitdiff
path: root/platform/osx/SCsub
diff options
context:
space:
mode:
authorsantiagopf <punto@Ariels-Mac-mini.local>2015-12-13 22:21:49 -0300
committersantiagopf <punto@Ariels-Mac-mini.local>2015-12-13 22:21:49 -0300
commitc8077de71475c174aa14fd045a2cddfc28de2468 (patch)
tree9ec788d6b5ddfa9c433d51e12d91c9cc0cb0751e /platform/osx/SCsub
parent477b174d9de4a199cb59a23881db75ef2f6feecb (diff)
utf stuff on osx
Diffstat (limited to 'platform/osx/SCsub')
-rw-r--r--platform/osx/SCsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/SCsub b/platform/osx/SCsub
index 4904636afd..3785eb3fb3 100644
--- a/platform/osx/SCsub
+++ b/platform/osx/SCsub
@@ -6,6 +6,7 @@ files = [
'audio_driver_osx.cpp',
'sem_osx.cpp',
# 'context_gl_osx.cpp',
+ 'dir_access_osx.mm',
]
env.Program('#bin/godot',files)