提交 2dd815d5 编写于 作者: S Swift Kim 提交者: Jan Kotas

Use a consistent rootfs location (#2005)

上级 4cb104ee
......@@ -700,7 +700,7 @@ fi
if [ $__CrossBuild == 1 ]; then
export CROSSCOMPILE=1
if ! [[ -n "$ROOTFS_DIR" ]]; then
export ROOTFS_DIR="$__RepoRootDir/eng/common/cross/rootfs/$__BuildArch"
export ROOTFS_DIR="$__RepoRootDir/.tools/rootfs/$__BuildArch"
fi
fi
......
......@@ -183,7 +183,7 @@ __cmake_defines="${__cmake_defines} ${__arch_define}"
# Configure environment if we are doing a cross compile.
if [ "$__CrossBuild" == 1 ]; then
if ! [[ -n $ROOTFS_DIR ]]; then
export ROOTFS_DIR="$RootRepo/eng/common/cross/rootfs/$__build_arch"
export ROOTFS_DIR="$RootRepo/.tools/rootfs/$__build_arch"
fi
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册