Skip to content

Commit

Permalink
#76 Add BOOST_DIR environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Feb 5, 2025
1 parent d299dc6 commit ffdff03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ proc ModulesHelp { } {
module-whatis "This adds the environment variables for boost ${version}"
setenv BOOST_ROOT ${install_dir}
setenv BOOST_DIR ${install_dir}
prepend-path LIBRARY_PATH ${install_dir}/lib
prepend-path LD_LIBRARY_PATH ${install_dir}/lib
Expand Down

0 comments on commit ffdff03

Please sign in to comment.