mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
[conan][android] force linker to be ld
fixes shared libiconv build
This commit is contained in:
@@ -4,3 +4,6 @@ compiler=clang
|
|||||||
compiler.libcxx=c++_shared
|
compiler.libcxx=c++_shared
|
||||||
compiler.version=14
|
compiler.version=14
|
||||||
os=Android
|
os=Android
|
||||||
|
|
||||||
|
[buildenv]
|
||||||
|
LD=ld # fixes shared libiconv build
|
||||||
|
|||||||
Reference in New Issue
Block a user