broadway: Use the correct way to call find_library

While broadway currently doesn't build on Windows, it is still better to
avoid using the old and unsupported way to call find_library.
This commit is contained in:
Ting-Wei Lan 2021-09-26 17:47:33 +08:00
parent 5d86f08626
commit f96c4eb5bb

View File

@ -64,7 +64,7 @@ libgdk_broadway = static_library('gdk-broadway',
# gtk4-broadwayd
broadwayd_syslib = os_win32 ? find_library('ws2_32') : shmlib
broadwayd_syslib = os_win32 ? cc.find_library('ws2_32') : shmlib
executable('gtk4-broadwayd',
sources: [