summaryrefslogtreecommitdiffstats
path: root/odbc-drivers/odbcjdbc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'odbc-drivers/odbcjdbc/BUILD')
-rwxr-xr-xodbc-drivers/odbcjdbc/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/odbc-drivers/odbcjdbc/BUILD b/odbc-drivers/odbcjdbc/BUILD
index 95791eca39..3a6e2068a9 100755
--- a/odbc-drivers/odbcjdbc/BUILD
+++ b/odbc-drivers/odbcjdbc/BUILD
@@ -1,3 +1,7 @@
cd $SOURCE_DIRECTORY/OdbcJdbc/Builds/Gcc.lin &&
-make -f makefile.linux
+if spell_ok unixodbc;then
+ make -f makefile.linux ODBCMANAGER=unixODBC
+else
+ make -f makefile.linux ODBCMANAGER=iODBC
+fi