File tree Expand file tree Collapse file tree
recipes/recipes_emscripten/git2cpp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ export LDFLAGS="$LDFLAGS $CONFIG_LDFLAGS"
2424emcmake cmake \
2525 -Bbuild \
2626 -DCMAKE_PREFIX_PATH=$PREFIX \
27- -Dlibgit2_DIR=$PREFIX /lib/cmake/libgit2
27+ -Dlibgit2_DIR=$PREFIX /lib/cmake/libgit2 \
28+ -Dtermcolor_DIR=$BUILD_PREFIX /lib/cmake/termcolor
2829
2930cd build
3031emmake make -j$CPU_COUNT
Original file line number Diff line number Diff line change 11context :
22 name : git2cpp
3- version : 0.0.3
3+ version : 0.0.4
44
55package :
66 name : ${{ name }}
77 version : ${{ version }}
88
99source :
1010 url : https://github.com/QuantStack/${{ name }}/archive/refs/tags/${{ version }}.tar.gz
11- sha256 : 3f1d7db6107a1425a1ff0dcb2c53a33eeedf882d24cfe25045f28dcb35474c14
11+ sha256 : 3750102d4a36ff4a584c4ff1f667387bb695c86d1bf5861f14c3b67b65fda718
1212
1313build :
14- number : 2
14+ number : 0
1515
1616requirements :
1717 build :
1818 - ${{ compiler("cxx") }}
1919 - cli11
2020 - cmake
21+ - termcolor-cpp
2122 host :
2223 - libgit2>=1.9.0
2324
You can’t perform that action at this time.
0 commit comments