From 74ecb4f0bd3c8df3c8023e78f37dae0b4657e191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jack=C2=B7Boos=C2=B7Yu?= <47264268+JackBoosY@users.noreply.github.com> Date: Mon, 6 Jul 2020 11:50:07 -0700 Subject: [PATCH] [nanodbc] Set unixodbc as a dependency under non-Windows (#12274) --- ports/nanodbc/CONTROL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ports/nanodbc/CONTROL b/ports/nanodbc/CONTROL index 92097e188..1e7a64093 100644 --- a/ports/nanodbc/CONTROL +++ b/ports/nanodbc/CONTROL @@ -1,5 +1,6 @@ Source: nanodbc -Version: 2.12.4-8 +Version: 2.12.4 +Port-Version: 9 Homepage: https://github.com/lexicalunit/nanodbc Description: A small C++ wrapper for the native C ODBC API. -Build-Depends: unixodbc +Build-Depends: unixodbc(!windows)