| Index: build_tools/common.sh
|
| diff --git a/build_tools/common.sh b/build_tools/common.sh
|
| index 36151b7f5553159d2ca90e2eac7c0fd44a037862..c5bdbbc6777cad84cfe5c3198457a1de6374e426 100644
|
| --- a/build_tools/common.sh
|
| +++ b/build_tools/common.sh
|
| @@ -46,6 +46,8 @@ readonly NACLPORTS_INCLUDE=${NACL_PREFIX}/include
|
| readonly NACLPORTS_LIBDIR=${NACL_PREFIX}/lib
|
| readonly NACLPORTS_BIN=${NACL_PREFIX}/bin
|
|
|
| +readonly GTEST_SRC=$NACL_PREFIX/src/gtest
|
| +
|
| # The prefix used when configuring packages. Since we want to build re-usable
|
| # re-locatable binary packages, we use a dummy value here and then modify
|
| # at install time certain parts of package (e.g. pkgconfig .pc files) that
|
|
|