mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Remove use sysroot for copy (generate) boost headers
This commit is contained in:
@ -15,15 +15,8 @@ def make(src_dir, modules, build_platform="android", qmake_addon=""):
|
|||||||
print("boost-headers...")
|
print("boost-headers...")
|
||||||
|
|
||||||
base.cmd("./bootstrap.sh", ["--with-libraries=system"])
|
base.cmd("./bootstrap.sh", ["--with-libraries=system"])
|
||||||
# for b2 checks
|
|
||||||
if config.option("sysroot") != "":
|
|
||||||
base.set_sysroot_env(build_platform)
|
|
||||||
|
|
||||||
base.cmd("./b2", ["--prefix=./../build/" + build_platform, "headers", "install"])
|
base.cmd("./b2", ["--prefix=./../build/" + build_platform, "headers", "install"])
|
||||||
|
|
||||||
if config.option("sysroot") != "":
|
|
||||||
base.restore_sysroot_env()
|
|
||||||
|
|
||||||
for module in modules:
|
for module in modules:
|
||||||
print("boost-module: " + module + " ...")
|
print("boost-module: " + module + " ...")
|
||||||
module_dir = src_dir + "/libs/" + module
|
module_dir = src_dir + "/libs/" + module
|
||||||
|
|||||||
Reference in New Issue
Block a user