mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
rlottie: make dependancy to dl library optional for windows build
This commit is contained in:
parent
18f8caa199
commit
5b79983f0a
@ -30,7 +30,7 @@ source_file += files('vimageloader.cpp')
|
|||||||
|
|
||||||
# dl dependancy for dlopen, dlsym, dlclose symbol
|
# dl dependancy for dlopen, dlsym, dlclose symbol
|
||||||
cc = meson.get_compiler('cpp')
|
cc = meson.get_compiler('cpp')
|
||||||
vector_dep += cc.find_library('dl', required : true)
|
vector_dep += cc.find_library('dl', required : false)
|
||||||
|
|
||||||
vector_dep += declare_dependency( include_directories : include_directories('.'),
|
vector_dep += declare_dependency( include_directories : include_directories('.'),
|
||||||
sources : source_file
|
sources : source_file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user