Skip to content

Commit d053d89

Browse files
committed
fixing raspi build
1 parent c4de8ae commit d053d89

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ else()
132132
flite_usenglish
133133
flite
134134
)
135+
136+
if(PLATFORM STREQUAL "linux")
137+
target_link_libraries(ppuc-pinmame LINK_PUBLIC
138+
asound
139+
)
140+
endif()
135141
endif()
136142

137143
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/third-party/include/espeak-ng/speak_lib.h" OR

0 commit comments

Comments
 (0)