summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 16:38:50 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 17:36:20 -0700
commitf38f58f758f54aeeb667c3e029b96fb43ada7892 (patch)
tree888ffdeb0470749769bfbcfd3f61b41f6b6360d4 /scripts
parent25c4436d37d84cb8eb800385b412e784a0789087 (diff)
downloadqtlocation-mapboxgl-f38f58f758f54aeeb667c3e029b96fb43ada7892.tar.gz
[build] Avoid variable name coupling between main.mk and configure.sh
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index b42b472156..bc7506db5c 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -2,7 +2,6 @@ ifeq ($(shell uname -s), Darwin)
export PLATFORM ?= osx
else ifeq ($(shell uname -s), Linux)
export PLATFORM ?= linux
- export CXX11ABI = $(shell scripts/check-cxx11abi.sh)
endif
ifeq ($(PLATFORM),android)