$OpenBSD: patch-setup_py,v 1.5 2020/06/12 12:44:33 sthen Exp $

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -224,7 +224,7 @@ def get_compiler_settings(version_str):
 #            settings['define_macros'].append(('SQL_WCHART_CONVERT', '1'))
 
         # What is the proper way to detect iODBC, MyODBC, unixODBC, etc.?
-        settings['libraries'].append('odbc')
+        settings['libraries'].append('iodbc')
 
     return settings
 
