Skip to content

Commit 1b41e47

Browse files
committed
Export OBJROOT as well, for folks who have subprojects
1 parent f8b2b3d commit 1b41e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exportenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Source: https://github.com/jonreid/XcodeCoverage
55
#
66

7-
export | egrep '( BUILT_PRODUCTS_DIR)|(NATIVE_ARCH=)|(OBJECT_FILE_DIR_normal)|(SRCROOT)' > XcodeCoverage/env.sh
7+
export | egrep '( BUILT_PRODUCTS_DIR)|(NATIVE_ARCH=)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > XcodeCoverage/env.sh

0 commit comments

Comments
 (0)