Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit e12be58

Browse files
authored
Merge pull request #163 from facebookresearch/small-fix
Use correct ccache repo path
2 parents 25cbf22 + 319289c commit e12be58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CMAKE_VERSION=${CMAKE_VERSION:="`which cmake3 || which cmake`"}
2020
CAFFE2_BUILD_CACHE=${CAFFE2_BUILD_CACHE:=${TC_DIR}/third-party/.caffe2_build_cache}
2121
HALIDE_BUILD_CACHE=${HALIDE_BUILD_CACHE:=${TC_DIR}/third-party/.halide_build_cache}
2222
INSTALL_PREFIX=${INSTALL_PREFIX:=${TC_DIR}/third-party-install/}
23-
CCACHE_WRAPPER_DIR=${CCACHE_WRAPPER_DIR:=/usr/local/bin/ccache}
23+
CCACHE_WRAPPER_DIR=${CCACHE_WRAPPER_DIR:=/usr/local/bin/}
2424
CC=${CC:="`which gcc`"}
2525
CXX=${CXX:="`which g++`"}
2626

0 commit comments

Comments
 (0)