mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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:
parent
5d86f08626
commit
f96c4eb5bb
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user