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