Skip to content

Commit

Permalink
reorder pcre library reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 29, 2025
1 parent 0a7d91e commit f1ca19b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion StreamDevice/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ibek support register ${NAME}

if [[ $EPICS_TARGET_ARCH == "RTEMS"* ]]; then

ibek support add-libs pcre

cd ${SUPPORT}/${NAME}

# get the pcre source
Expand Down Expand Up @@ -74,5 +76,4 @@ ibek support generate-links ${FOLDER}
if [[ $EPICS_TARGET_ARCH == "RTEMS"* ]]; then
# make pcre library available to the IOC (can this be done more cleanly?)
cp ${SUPPORT}/PCRE/lib/libpcre.a ${SUPPORT}/${NAME}/lib/RTEMS-beatnik
ibek support add-libs pcre
fi

0 comments on commit f1ca19b

Please sign in to comment.