Searched refs:sdkroot (Results 1 - 2 of 2) sorted by relevance

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/
H A Dgenerate-ios-source-and-headers.py47 sdkroot = sim_sdk_info['Path'] variable in class:simulator_platform
57 sdkroot = device_sdk_info['Path'] variable in class:device_platform
121 return subprocess.check_output(['xcrun', '-sdk', platform.sdkroot, '-find', cmd]).strip()
128 CFLAGS='-arch %s -isysroot %s -miphoneos-version-min=4.0' % (platform.arch, platform.sdkroot))
H A Dgenerate-osx-source-and-headers.py42 sdkroot = desktop_sdk_info['Path'] variable in class:desktop_platform_32
52 sdkroot = desktop_sdk_info['Path'] variable in class:desktop_platform_64
114 return subprocess.check_output(['xcrun', '-sdk', platform.sdkroot, '-find', cmd]).strip()
121 CFLAGS='-arch %s -isysroot %s -mmacosx-version-min=10.6' % (platform.arch, platform.sdkroot))

Completed in 77 milliseconds