Skip to content

Commit 240669c

Browse files
committed
fix libpciaccess
1 parent bca433e commit 240669c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if [ "${TARGET_OS}" = "Linux" ]; then
129129
LIBPCIACCESS_VERSION="0.18.1" # get_latest_tag ${LIBPCIACCESS_REPO} ${LIBPCIACCESS_TAG_PREFIX}
130130
git_clone ${LIBPCIACCESS_REPO} ${LIBPCIACCESS_TAG_PREFIX}${LIBPCIACCESS_VERSION} ${LIBPCIACCESS_VERSION}
131131
mkcd build
132-
do_meson "-Dzlib=true" ../
132+
do_meson "-Dzlib=enabled" ../
133133
do_ninja_and_ninja_install
134134
gen_implib ${PREFIX}/lib/{libpciaccess.so.0,libpciaccess.a}
135135
cp_archive ${PREFIX}/lib/libpciaccess.so* ${RUNTIME_LIB_DIR}

0 commit comments

Comments
 (0)