summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-11-03 09:20:13 -0500
committerDane Springmeyer <dane@mapbox.com>2014-11-03 09:20:13 -0500
commitf0b8fa2839ec0a89ee4b3ae3018288ba31e4c77e (patch)
tree09858da187f9dedeae24b6251f136d3c1919a996 /linux
parent4084e41e7fed91d056f7501c5ca33bb8c93d2345 (diff)
downloadqtlocation-mapboxgl-f0b8fa2839ec0a89ee4b3ae3018288ba31e4c77e.tar.gz
fix 'run-linux' target - refs #534/#511
Diffstat (limited to 'linux')
-rw-r--r--linux/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/main.cpp b/linux/main.cpp
index 7b96a349e1..10d5d45820 100644
--- a/linux/main.cpp
+++ b/linux/main.cpp
@@ -65,7 +65,7 @@ int main(int argc, char *argv[]) {
}
// Load style
- const std::string style = std::string("file://") + uv::cwd() + std::string("/styles/styles/bright-v5.json");
+ const std::string style = std::string("file://") + uv::cwd() + std::string("/../../styles/styles/bright-v5.json");
map.setStyleURL(style);
int ret = view->run();