From 6e52fce98660dc9eaa832d682bf38e2ea742e5b6 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sun, 11 Sep 2022 14:16:30 +0200 Subject: Update sources to alpha16 --- builders.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builders.py') diff --git a/builders.py b/builders.py index 2c682bc..8f85cd3 100644 --- a/builders.py +++ b/builders.py @@ -88,7 +88,7 @@ def ssl_action(target, source, env): ssl_env.PrependENVPath("PATH", os.path.dirname(env["CC"])) ssl_env["ENV"]["ANDROID_NDK_ROOT"] = os.environ.get("ANDROID_NDK_ROOT", "") - elif env["platform"] == "osx": + elif env["platform"] == "macos": if env["arch"] == "x86_64": args.extend(["darwin64-x86_64"]) elif env["arch"] == "arm64": @@ -191,7 +191,7 @@ def rtc_action(target, source, env): "-DCMAKE_C_FLAGS=-m64", "-DCMAKE_CXX_FLAGS=-m64" ]) - elif env["platform"] == "osx": + elif env["platform"] == "macos": if env["macos_deployment_target"] != "default": args.extend(["-DCMAKE_OSX_DEPLOYMENT_TARGET=%s" % env["macos_deployment_target"]]) if env["arch"] == "x86_64": -- cgit v1.2.3