Skip to content

Commit

Permalink
- copy icu libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Feb 7, 2025
1 parent 10c33cd commit 81c4635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/functions-linux
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ function packageCOPASI() {
ln -s "${QTDIR}/plugins/xcbglintegrations/libqxcb-egl-integration.so" share/copasi/lib/plugins/xcbglintegrations
ln -s "${QTDIR}/plugins/xcbglintegrations/libqxcb-glx-integration.so" share/copasi/lib/plugins/xcbglintegrations

# copy icu libraries from ${QTDIR}/lib/ to share/copasi/lib/ as they are specific to the Qt version
# and unlikely to be found in the system
cp ${QTDIR}/lib/libic*so.* share/copasi/lib

# Only executed for 64 bit Linux
if [ "${COPASI_PACKAGE}" == "Linux-64bit" ]; then
(
Expand Down

0 comments on commit 81c4635

Please sign in to comment.