]> Repos - portaudio/commit
configure: add INCLUDES for mingw build
authorPhil Burk <philburk@mobileer.com>
Fri, 29 Jan 2021 20:15:15 +0000 (12:15 -0800)
committerPhil Burk <philburk@mobileer.com>
Thu, 4 Feb 2021 01:31:02 +0000 (17:31 -0800)
commit9756c8606130881bd70904128c79ebad8e61ba28
tree5ac859b5834888395c1930d761899264c830b054
parent9a5c7cb346ca490a772a75cb33fb10f0b4dc8d2f
configure: add INCLUDES for mingw build

Previously, only portaudio.h was installed when building under mingw using
make. This behavior differs from CMakeLists.txt PA_PUBLIC_INCLUDES where
pa_win_*.h header files are installed.

To cross-compile using MXE (https://mxe.cc/) we need pa_win_*.h headers.
Add them to configure.in so that they are installed.

Patch by Stefan Hajnoczi
configure
configure.in