mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 09:33:00 -07:00
Only attempt to compile PulseAudioPlayer on Linux (#1581)
This commit is contained in:
parent
5a0b854c5c
commit
e412a8b55e
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@ set(Source_Files__Audio__extra
|
|||
"WasapiAudioPlayer.cpp"
|
||||
"WasapiAudioPlayer.h"
|
||||
)
|
||||
else()
|
||||
endif ()
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
set(Source_Files__Audio__extra
|
||||
"PulseAudioPlayer.cpp"
|
||||
"PulseAudioPlayer.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue