summaryrefslogtreecommitdiff
path: root/scripts/main.mk
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 17:19:07 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 17:36:20 -0700
commit58cd5cae12ede01f8cc8d837ecb1870419e7967a (patch)
treed3dfe994d0e4969f2a3be4148d5a7870aecd24fe /scripts/main.mk
parentc6256de2e8471e8f93fcefada5ec4b073277c2da (diff)
downloadqtlocation-mapboxgl-58cd5cae12ede01f8cc8d837ecb1870419e7967a.tar.gz
[build] Avoid variable name coupling between main.mk and clang-tidy.sh
Diffstat (limited to 'scripts/main.mk')
-rw-r--r--scripts/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index bb18411d56..fd73867f2f 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -139,7 +139,7 @@ tidy: Ninja/compdb
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Generating header files...$(FORMAT_END)\n"
$(ENV) deps/ninja/ninja-$(PLATFORM) -C $(PLATFORM_OUTPUT)/$(BUILDTYPE) version shaders
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Running tidy...$(FORMAT_END)\n"
- @./scripts/clang-tidy.sh
+ @./scripts/clang-tidy.sh $(PLATFORM_OUTPUT)/$(BUILDTYPE)
#### Run tests #################################################################