diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-12-13 16:25:53 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-12-13 17:26:53 -0800 |
commit | a01dd8ade1f4dd61aa87ddbdeacb03767703d19b (patch) | |
tree | 232d0c9c38267420853f4b8fa2520058cab7729a /docs | |
parent | 835bb6ab081c41c8cacb651d9d0b410ff8d37d02 (diff) | |
download | qtlocation-mapboxgl-a01dd8ade1f4dd61aa87ddbdeacb03767703d19b.tar.gz |
[osx] Corrected documentation
Corrected the path to the build output. Also added a missing inline comment.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUILD_OSX.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BUILD_OSX.md b/docs/BUILD_OSX.md index 0d3c685f41..87793c48da 100644 --- a/docs/BUILD_OSX.md +++ b/docs/BUILD_OSX.md @@ -4,7 +4,7 @@ This project provides an OS X SDK analogous to the Mapbox iOS SDK. Mapbox does n ### Build -1. Run `make xpackage`, which produces a `Mapbox.framework` in the `gyp/build/Release/` folder. +1. Run `make xpackage`, which produces a `Mapbox.framework` in the `build/osx/pkg/` folder. ### Install |