mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
build: use CMAKE_ARGS to control instead for FreeBSD
This commit is contained in:
committed by
Cameron Gutman
parent
a610eddd97
commit
50a7454bc1
@@ -89,8 +89,6 @@ target_link_libraries(moonlight gamestream)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
set(ALSA_FOUND FALSE)
|
||||
set(PULSE_FOUND FALSE)
|
||||
set(CEC_FOUND FALSE)
|
||||
target_sources(moonlight PRIVATE ./src/audio/oss.c)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user