Searched full:boringssl_home (Results 1 – 8 of 8) sorted by relevance
20 # If BORINGSSL_HOME isn't set, assume it's located at ../boringssl21 if [ -z "$BORINGSSL_HOME" ]; then22 export BORINGSSL_HOME=$(cd ../boringssl; pwd -P)25 pushd "$BORINGSSL_HOME" >/dev/null
86 ENV BORINGSSL_HOME /usr/src/boringssl87 ENV BORINGSSL_BUILD_DIR $BORINGSSL_HOME/build6488 RUN git clone --depth 1 https://boringssl.googlesource.com/boringssl $BORINGSSL_HOME
23 if "%BORINGSSL_HOME%"=="" (set BORINGSSL_HOME=%cd%) variable
5 - BORINGSSL_HOME="$HOME/boringssl"86 - mkdir $BORINGSSL_HOME87 - git clone --depth 1 https://boringssl.googlesource.com/boringssl $BORINGSSL_HOME90 - mkdir $BORINGSSL_HOME/build64 && pushd $BORINGSSL_HOME/build64
5 BORINGSSL_HOME: "C:\\boringssl"49 - git clone --depth 1 https://boringssl.googlesource.com/boringssl.git "%BORINGSSL_HOME%"57 - cd "%BORINGSSL_HOME%"65 - cd "%BORINGSSL_HOME%"
46 export BORINGSSL_HOME=$PWD
68 boringsslHome = "$System.env.BORINGSSL_HOME"
13 ${BORINGSSL_HOME}/include)40 add_subdirectory(${BORINGSSL_HOME} ${CMAKE_CURRENT_BINARY_DIR}/boringssl)