def make(): boost.make() cef.make() icu.make() openssl.make() v8.make() return
def make(): boost.make() if "ppc64" not in platform.machine(): cef.make() icu.make() openssl.make() v8.make() return
def make(): boost.make() cef.make() icu.make() openssl.make() v8.make() html2.make() hunspell.make(False) return
def make(): if (config.check_option("platform", "android")) and (base.host_platform() == "mac") and (base.is_os_arm()): for toolchain in glob.glob(base.get_env("ANDROID_NDK_ROOT") + "/toolchains/*"): if base.is_dir(toolchain): check_android_ndk_macos_arm(toolchain + "/prebuilt") boost.make() cef.make() icu.make() openssl.make() v8.make() html2.make() hunspell.make(False) glew.make() if config.check_option("module", "mobile"): curl.make() websocket.make() return