Skip to content

Commit

Permalink
See if unixodbc.h is available somewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Feb 14, 2023
1 parent e470daa commit 826bb10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/install_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ fi
sudo apt-get update -y
sudo apt-get -y install ${PKGS}

sudo find / -name unixodbc.h -type f

if [ ! -z "${POST_INSTALL_CMD}" ]
then
${POST_INSTALL_CMD}
Expand Down

0 comments on commit 826bb10

Please sign in to comment.