We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbda59 commit e4edc9cCopy full SHA for e4edc9c
.github/actions/osxcross/action.yml
@@ -102,16 +102,18 @@ runs:
102
sudo chmod +x $OSXCROSS_FOLDER/target/bin/*
103
else
104
chmod +x $OSXCROSS_FOLDER/target/bin/*
105
- fi
106
107
-
+ fi
108
echo "::endgroup::"
109
110
echo "::group::Finding Arch Name"
111
echo "$OSXCROSS_FOLDER/target/bin" >> $GITHUB_PATH
112
ARCH_TARGET="$(ls $OSXCROSS_FOLDER/target | grep apple)"
113
114
+ ln -sf ${ARCH_TARGET}-otool ${OSXCROSS_TARGET}/bin/otool
115
+ ln -sf ${ARCH_TARGET}-install_name_tool ${OSXCROSS_TARGET}/bin/install_name_tool
116
+
117
echo "::group::Write meson cross file"
118
cat << EOF > $OSXCROSS_FOLDER/meson_osxcross.txt
119
[constants]
0 commit comments