diff options
author | Leith Bade <leith@mapbox.com> | 2014-11-23 10:18:13 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-12-06 14:21:08 +1100 |
commit | 6df4e4a52ca0f70e7fdc5166467ab4a868e3bac5 (patch) | |
tree | df52abe9db0e2f2462b92fc322277497b388a131 /gyp | |
parent | ff640132de0fe855314a8fd86adae3a2fb33237b (diff) | |
download | qtlocation-mapboxgl-6df4e4a52ca0f70e7fdc5166467ab4a868e3bac5.tar.gz |
Load program binary extension on Linux
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/mbgl-ios.gypi | 1 | ||||
-rw-r--r-- | gyp/mbgl-linux.gypi | 1 | ||||
-rw-r--r-- | gyp/mbgl-osx.gypi | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gyp/mbgl-ios.gypi b/gyp/mbgl-ios.gypi index dd1c9c0c20..ec31869ad9 100644 --- a/gyp/mbgl-ios.gypi +++ b/gyp/mbgl-ios.gypi @@ -32,6 +32,7 @@ 'hard_dependency': 1, 'sources': [ '../platform/ios/cache_database_library.mm', + '../platform/ios/shader_cache_library.mm', '../platform/darwin/log_nslog.mm', '../platform/darwin/string_nsstring.mm', '../platform/darwin/http_request_baton_cocoa.mm', diff --git a/gyp/mbgl-linux.gypi b/gyp/mbgl-linux.gypi index 9d979ddf13..7af08242ee 100644 --- a/gyp/mbgl-linux.gypi +++ b/gyp/mbgl-linux.gypi @@ -28,6 +28,7 @@ }, 'sources': [ '../platform/default/cache_database_tmp.cpp', + '../platform/default/shader_cache_tmp.cpp', '../platform/default/log_stderr.cpp', '../platform/default/string_stdlib.cpp', '../platform/default/http_request_baton_curl.cpp', diff --git a/gyp/mbgl-osx.gypi b/gyp/mbgl-osx.gypi index 76c22f5ad6..09c96807aa 100644 --- a/gyp/mbgl-osx.gypi +++ b/gyp/mbgl-osx.gypi @@ -7,6 +7,7 @@ 'hard_dependency': 1, 'sources': [ '../platform/osx/cache_database_application_support.mm', + '../platform/osx/shader_cache_application_support.mm', '../platform/darwin/log_nslog.mm', '../platform/darwin/string_nsstring.mm', '../platform/darwin/http_request_baton_cocoa.mm', |