blob: 112944fe6e574853001f5957e1476c1d81e2d577 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "
When compiling an app for macOS, you may need to point it to the sysroot
The sysroot is \"/opt/apple-sdk-macos\".
You may be able to do \"export SDKROOT=/opt/apple-sdk-macos\".
"
}
|