Skip to content

Commit

Permalink
fix libpciaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashiSN committed Sep 15, 2024
1 parent bca433e commit 240669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if [ "${TARGET_OS}" = "Linux" ]; then
LIBPCIACCESS_VERSION="0.18.1" # get_latest_tag ${LIBPCIACCESS_REPO} ${LIBPCIACCESS_TAG_PREFIX}
git_clone ${LIBPCIACCESS_REPO} ${LIBPCIACCESS_TAG_PREFIX}${LIBPCIACCESS_VERSION} ${LIBPCIACCESS_VERSION}
mkcd build
do_meson "-Dzlib=true" ../
do_meson "-Dzlib=enabled" ../
do_ninja_and_ninja_install
gen_implib ${PREFIX}/lib/{libpciaccess.so.0,libpciaccess.a}
cp_archive ${PREFIX}/lib/libpciaccess.so* ${RUNTIME_LIB_DIR}
Expand Down

0 comments on commit 240669c

Please sign in to comment.