INNER CODE UNIT · Python
watchos_device_arm64_32_platform
ecere/ecere-sdk · deps/libffi-3.4.4/generate-darwin-source-and-headers.py:163
class watchos_device_arm64_32_platform(arm64_platform):
triple = 'aarch64-apple-darwin13'
target = 'arm64_32-apple-watchos'
directory = 'darwin_watchos'
sdk = 'watchos'
arch = 'arm64_32'
version_min = '-mwatchos-version-min=4.0'
def mkdir_p(path):
try:
os.makedirs(path)
except OSError as exc: # Python >2.5
if exc.errno != errno.EEXIST:
raise
def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''):