summaryrefslogtreecommitdiffstats
path: root/odbc-drivers/myodbc/BUILD
blob: 88c73decde311726243aa304f0b85a3c61141ec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
OPTS="$OPTS --with-mysql-path=/usr" &&

if is_depends_enabled $SPELL libiodbc; then
    OPTS="$OPTS --with-iODBC=/usr"
fi &&

if is_depends_enabled $SPELL unixodbc; then
    OPTS="$OPTS --with-unixODBC=/usr"
fi &&

default_build