We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0a84c commit b62ecdeCopy full SHA for b62ecde
apple/compile-any.sh
@@ -60,11 +60,9 @@ if [[ -z "$CMD" ]]; then
60
exit 1
61
fi
62
63
-
64
65
-export XC_SRC_ROOT=$(cd "${THIS_DIR}/../build/src/${PLAT}";pwd)
66
-export XC_PRODUCT_ROOT=$(cd "${THIS_DIR}/../build/product/${PLAT}";pwd)
67
-export XC_UNI_PROD_DIR=$(cd "${XC_PRODUCT_ROOT}/universal";pwd)
+export XC_SRC_ROOT="${THIS_DIR}/../build/src/${PLAT}"
+export XC_PRODUCT_ROOT="${THIS_DIR}/../build/product/${PLAT}"
+export XC_UNI_PROD_DIR="${XC_PRODUCT_ROOT}/universal"
68
69
export XC_PLAT="$PLAT"
70
export XC_CMD="$CMD"
0 commit comments