From f38f58f758f54aeeb667c3e029b96fb43ada7892 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 23 May 2016 16:38:50 -0700 Subject: [build] Avoid variable name coupling between main.mk and configure.sh --- scripts/main.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.1