Home
last modified time | relevance | path

Searched full:cxx_path (Results 1 – 2 of 2) sorted by relevance

/third_party/benchmark/
Dappveyor.yml25 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
34 - if not "%cxx_path%"=="" (set "PATH=%PATH%;%cxx_path%")
/third_party/node/tools/
Dmake-v8.sh35 CXX_PATH=$(command -v "$CXX" g++ | grep -v ccache | head -n 1)
36 ln -s "$CXX_PATH" "$BUILD_TOOLS/g++"