From d699ad9f9cb114d95565d7adcd9bf7e248cb35ae Mon Sep 17 00:00:00 2001 From: Scott Densmore Date: Mon, 31 Dec 2012 20:03:21 -0800 Subject: [PATCH] Update to move from NATIVE_ARCH to CURRENT_ARCH --- envcov.sh | 2 +- exportenv.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/envcov.sh b/envcov.sh index acd0040..8a7c441 100644 --- a/envcov.sh +++ b/envcov.sh @@ -10,4 +10,4 @@ source env.sh LCOV_INFO=Coverage.info LCOV_PATH=${SRCROOT}/XcodeCoverage/lcov-1.10/bin -OBJ_DIR=${OBJECT_FILE_DIR_normal}/${NATIVE_ARCH} +OBJ_DIR=${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH} diff --git a/exportenv.sh b/exportenv.sh index 949001a..653e0c7 100755 --- a/exportenv.sh +++ b/exportenv.sh @@ -4,4 +4,4 @@ # Source: https://github.com/jonreid/XcodeCoverage # -export | egrep '( BUILT_PRODUCTS_DIR)|(NATIVE_ARCH=)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > XcodeCoverage/env.sh +export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > XcodeCoverage/env.sh