alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
348 stars 139 forks source link

Please add AIX platform #154

Open rfx77 opened 3 years ago

rfx77 commented 3 years ago

Hi!

Clould you please add the AIX platform to your Library. It is only a little change.

in mksyscall_unix.pl and api_unix.go i added

// +build darwin aix linux freebsd

and

// #cgo aix LDFLAGS: -lodbc

alexbrainman commented 3 years ago

Clould you please add the AIX platform to your Library. It is only a little change.

Can you do a PR with the changes you want? I am happy to review your PR.

Thank you.

Alex