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 bca433e commit 240669cCopy full SHA for 240669c
scripts/build-library.sh
@@ -129,7 +129,7 @@ if [ "${TARGET_OS}" = "Linux" ]; then
129
LIBPCIACCESS_VERSION="0.18.1" # get_latest_tag ${LIBPCIACCESS_REPO} ${LIBPCIACCESS_TAG_PREFIX}
130
git_clone ${LIBPCIACCESS_REPO} ${LIBPCIACCESS_TAG_PREFIX}${LIBPCIACCESS_VERSION} ${LIBPCIACCESS_VERSION}
131
mkcd build
132
- do_meson "-Dzlib=true" ../
+ do_meson "-Dzlib=enabled" ../
133
do_ninja_and_ninja_install
134
gen_implib ${PREFIX}/lib/{libpciaccess.so.0,libpciaccess.a}
135
cp_archive ${PREFIX}/lib/libpciaccess.so* ${RUNTIME_LIB_DIR}
0 commit comments