unixodbc: Use InstallDev directory to transfer include files
authorJeffery To <jeffery.to@gmail.com>
Fri, 27 Oct 2023 08:18:36 +0000 (16:18 +0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 30 Oct 2023 20:25:58 +0000 (13:25 -0700)
commitec2ca90dc10c883200089b52ac5b5cef9a2256d9
tree54cfca95cefce26cfbe18c0e0306056eab27f9b1
parent61de50de5f787b08e06de9425ec409c8fd1ffcbf
unixodbc: Use InstallDev directory to transfer include files

This uses the default InstallDev directory instead of a "tmp" directory
to transfer include files from the target package to host build.

Using a "tmp" directory implies that the files inside are safe to
delete, but without these include files the host build will not succeed.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
libs/unixodbc/Makefile