We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a076d commit e92d523Copy full SHA for e92d523
.github/workflows/autotools.yml
@@ -194,9 +194,12 @@ jobs:
194
- name: Build msgpack-c
195
run: |
196
cd msgpack-c
197
- cmake -S . -B ../msgpack-c.build -DCMAKE_INSTALL_PREFIX=/usr/local
+ cmake -S . -B ../msgpack-c.build -DCMAKE_INSTALL_PREFIX=/usr/local \
198
+ -DCMAKE_INSTALL_LIBDIR=lib64 \
199
+ -DCMAKE_INSTALL_INCLUDEDIR=include64
200
cmake --build ../msgpack-c.build
201
sudo cmake --install ../msgpack-c.build
202
+ export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:$PKG_CONFIG_PATH
203
- name: Prepare ccache
204
205
echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
0 commit comments