mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Merge remote-tracking branch 'origin/release/v7.3.0' into feature/pdffile
This commit is contained in:
@ -62,6 +62,11 @@ def make():
|
||||
"DjVuFile", "XpsFile", "HtmlFile2", "HtmlRenderer", "doctrenderer",
|
||||
"Fb2File", "EpubFile", "x2t"])
|
||||
|
||||
if ("ios" == platform):
|
||||
if (config.check_option("config", "bundle_dylibs")):
|
||||
base.convert_ios_framework_to_xcframework_folder(root_dir,
|
||||
["kernel", "kernel_network", "UnicodeConverter", "graphics", "PdfWriter", "PdfReader", "DjVuFile", "XpsFile",
|
||||
"HtmlFile2", "HtmlRenderer", "doctrenderer", "Fb2File", "EpubFile", "DocxRenderer", "x2t"])
|
||||
|
||||
# icu
|
||||
if (0 == platform.find("win")):
|
||||
|
||||
Reference in New Issue
Block a user