Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rtbo committed Aug 11, 2024
1 parent 0d769ad commit a9ce01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildscripts/ci/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ ls ${pw_dir}/lib

echo export PATH="${pw_dir}/bin:\${PATH}" >> ${ENV_FILE}
echo export LD_LIBRARY_PATH="${pw_dir}/lib:\${LD_LIBRARY_PATH}" >> ${ENV_FILE}
echo export LIBRARY_PATH="${pw_dir}/lib:\${LIBRARY_PATH}" >> ${ENV_FILE}
echo export PKG_CONFIG_PATH="${pw_dir}/lib/pkgconfig:\${PKG_CONFIG_PATH}" >> ${ENV_FILE}

##########################################################################
Expand Down

0 comments on commit a9ce01a

Please sign in to comment.