File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 301301 '<@(thirdparty_libs_native)' ,
302302 '<@(thirdparty_libs_fonts)' ,
303303 'thirdparty/libexpat/libexpat.gyp:libexpat' ,
304+ 'thirdparty/libcairo/libcairo.gyp:libcairo' ,
304305 ],
305306 },
306307 ],
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ Thirdparty_LIBS_linux="$Thirdparty_LIBS_CORE $Thirdparty_LIBS_NATIVE $Thirdparty
4343Thirdparty_LIBS_win32 = "$Thirdparty_LIBS_CORE $Thirdparty_LIBS_NATIVE $Thirdparty_LIBS_DESKTOP"
4444Thirdparty_LIBS_ios = "$Thirdparty_LIBS_CORE $Thirdparty_LIBS_NATIVE libcairo"
4545Thirdparty_LIBS_emscripten = "$Thirdparty_LIBS_CORE $Thirdparty_LIBS_FONTS"
46- Thirdparty_LIBS_android = "$Thirdparty_LIBS_CORE $Thirdparty_LIBS_NATIVE $Thirdparty_LIBS_FONTS libexpat"
46+ Thirdparty_LIBS_android = "$Thirdparty_LIBS_CORE $Thirdparty_LIBS_NATIVE $Thirdparty_LIBS_FONTS libexpat libcairo "
Original file line number Diff line number Diff line change 961961 ],
962962 },
963963 ],
964+ [
965+ 'toolset_os == "android"' ,
966+ {
967+ 'conditions' :
968+ [
969+ [
970+ 'OS == "android"' ,
971+ {
972+ 'libraries' :
973+ [
974+ '-lcairo' ,
975+ ],
976+ },
977+ ],
978+ ],
979+ },
980+ ],
964981 [
965982 'toolset_os == "linux"' ,
966983 {
You can’t perform that action at this time.
0 commit comments