mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Build] Android system shared libraries
This commit is contained in:
parent
efb135b971
commit
4042ea50e4
|
|
@ -150,6 +150,10 @@ filter({"platforms:Linux", "language:C++", "toolset:clang", "files:*.cc or *.cpp
|
||||||
|
|
||||||
filter("platforms:Android")
|
filter("platforms:Android")
|
||||||
system("android")
|
system("android")
|
||||||
|
links({
|
||||||
|
"android",
|
||||||
|
"dl",
|
||||||
|
})
|
||||||
|
|
||||||
filter("platforms:Windows")
|
filter("platforms:Windows")
|
||||||
system("windows")
|
system("windows")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue