diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/main.mm | 2 | ||||
-rw-r--r-- | macosx/mapboxgl-app.gyp | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/macosx/main.mm b/macosx/main.mm index 5c6e67d1bd..d61d7d16bf 100644 --- a/macosx/main.mm +++ b/macosx/main.mm @@ -3,7 +3,7 @@ #include <mbgl/platform/darwin/log_nslog.hpp> #include <mbgl/platform/darwin/Reachability.h> #include <mbgl/platform/default/glfw_view.hpp> -#include <mbgl/storage/default/default_file_source.hpp> +#include <mbgl/storage/default_file_source.hpp> #include <mbgl/storage/default/sqlite_cache.hpp> #include <mbgl/storage/network_status.hpp> diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp index 9221d7b386..37280286e5 100644 --- a/macosx/mapboxgl-app.gyp +++ b/macosx/mapboxgl-app.gyp @@ -14,9 +14,11 @@ 'dependencies': [ '../mbgl.gyp:bundle_styles', - '../mbgl.gyp:<(core_library)', - '../mbgl.gyp:<(platform_library)', - '../mbgl.gyp:<(storage_library)', + '../mbgl.gyp:core', + '../mbgl.gyp:platform-<(platform_lib)', + '../mbgl.gyp:http-<(http_lib)', + '../mbgl.gyp:asset-<(asset_lib)', + '../mbgl.gyp:cache-<(cache_lib)', ], 'sources': [ |