mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
[CMAKE] Portaudio: x86_plain_converters is MSVC only (#476)
As you can see from the original CMakeLists.txt into the sources of Portaudio, the file pa_x86_plain_converters.c can be compiled only with Visual C++, so it should not be include if there is not the Microsoft Compiler.
This commit is contained in:
parent
b04eff9c67
commit
1437fb38ad
@ -104,7 +104,9 @@ list( APPEND SOURCES
|
||||
${TARGET_ROOT}/src/os/win/pa_win_util.c
|
||||
${TARGET_ROOT}/src/os/win/pa_win_waveformat.c
|
||||
${TARGET_ROOT}/src/os/win/pa_win_wdmks_utils.c
|
||||
${TARGET_ROOT}/src/os/win/pa_x86_plain_converters.c
|
||||
$<$<C_COMPILER_ID:MSVC>:
|
||||
${TARGET_ROOT}/src/os/win/pa_x86_plain_converters.c
|
||||
>
|
||||
>
|
||||
|
||||
$<$<PLATFORM_ID:Darwin>:
|
||||
|
Loading…
x
Reference in New Issue
Block a user