summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-05-20 15:26:24 +0200
committerMichel Zou2019-05-20 15:26:24 +0200
commit5c2fc8b4798188dd386f1746126685fcdb0db7f4 (patch)
tree77b7ac8f969fb27ffba9a087bfaa43141ab06ce6 /PKGBUILD
parentf31d3a2d6ea86b0e7b25d393198b5383e558d436 (diff)
downloadaur-5c2fc8b4798188dd386f1746126685fcdb0db7f4.tar.gz
pr40
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b6325dddff6..8da212e38d0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ build() {
cd "utfcpp-${pkgver}"
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
- # CYGWIN=1 to trick the build system to install the cmake config in lib/cmake/utf8cpp instead
+ # https://github.com/nemtrif/utfcpp/pull/40
${_arch}-cmake -DUTF8_TESTS=OFF -DCYGWIN=1 ..
make
popd