Test
Some checks failed
Raspberry Pi 4 Build / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Arron David Nelson 2024-01-31 13:54:49 -08:00
parent 45bf4a2cb7
commit af4db4910e

View File

@ -258,6 +258,7 @@ if (IS_ARCH_AMD64)
if (IS_OS_WINDOWS)
target_link_libraries(StrToHash ws2_32 avrt EHS)
elseif (IS_OS_LINUX)
target_link_directories(StrToHash PUBLIC ${PROJECT_SOURCE_DIR})
target_link_libraries(StrToHash z xcb xcb-cursor xcb-xfixes xcb-xinput wayland-client z asound EHS)
endif ()
endif ()