Fix googletest path of mingw-w64-rapidjson

This commit is contained in:
Martchus 2021-10-07 21:32:11 +02:00
parent 18855a60f1
commit b63af7377e
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
_reponame=rapidjson _reponame=rapidjson
pkgname=mingw-w64-$_reponame pkgname=mingw-w64-$_reponame
pkgver=1.1.0 pkgver=1.1.0
pkgrel=3 pkgrel=4
pkgdesc='A fast JSON parser/generator for C++ with both SAX/DOM style API (mingw-w64)' pkgdesc='A fast JSON parser/generator for C++ with both SAX/DOM style API (mingw-w64)'
arch=('any') arch=('any')
url='https://github.com/miloyip/rapidjson' url='https://github.com/miloyip/rapidjson'
@ -39,7 +39,7 @@ build () {
-DRAPIDJSON_BUILD_CXX11=ON \ -DRAPIDJSON_BUILD_CXX11=ON \
-DRAPIDJSON_ENABLE_INSTRUMENTATION_OPT=OFF \ -DRAPIDJSON_ENABLE_INSTRUMENTATION_OPT=OFF \
-DCMAKE_INSTALL_PREFIX:PATH="/usr/${_arch}" \ -DCMAKE_INSTALL_PREFIX:PATH="/usr/${_arch}" \
-DGTEST_SOURCE_DIR=/usr/src/gtest \ -DGTEST_SOURCE_DIR=/usr/src/googletest \
.. ..
ninja ninja
popd popd