Skip to content

Commit

Permalink
Added libdl, fixes #96
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jan 22, 2024
1 parent addea93 commit d1debec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default/scripts/system-resources.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source ${WORK_DIR}/default/scripts/system-resources-tabby.sh

if [ ${ARCH_BASE} == 'linux' ]; then
cp -rv /usr/lib/${CROSS_NAME}/libdl.so.2 ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/.
cp -rL /usr/lib/${CROSS_NAME}/libGLX_*.so.0 ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/.
mkdir -p ${OUTPUT_DIR}${INSTALL_PREFIX}/lib/dri
if [ ${ARCH} == 'linux-x64' ]; then
Expand Down

0 comments on commit d1debec

Please sign in to comment.