You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the place to customize the source. Changes will propagate to
build scripts, installer scripts, built packages as well as the final binary.
"""
variables = {
# Build setting
'macos_sdk_version' : ".".join(subprocess.Popen(["sw_vers", "-productVersion"], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0].strip("\n").split(".")[1:1]) # Change to harcoded values if required. ex '10.12'