]> git.saurik.com Git - apple/libc.git/blame - xcodescripts/sim-compat-symlink.sh
Libc-1353.100.2.tar.gz
[apple/libc.git] / xcodescripts / sim-compat-symlink.sh
CommitLineData
5f125488
A
1#!/bin/bash -ex
2
3if [[ "${ACTION}" == "installhdrs" ]]; then
4 exit 0
5fi
6
7if [[ "${PLATFORM_NAME}" =~ "simulator" ]]; then
8 ln -s libsystem_c.dylib ${DSTROOT}${INSTALL_PATH}/libsystem_sim_c.dylib
9fi