Skip to content

Commit c2394ec

Browse files
committed
confirm theory that commit from 5 months ago will work
1 parent 1d1e0ae commit c2394ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/osxcrossFetch.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
99
if [ ! -e $SCRIPT_DIR/../packages/osxcross ]; then
1010
pushd $SCRIPT_DIR/../packages/
1111
git clone https://github.com/tpoechtrager/osxcross
12+
git checkout 26063b07e2aa6a32ba4be31933fd7bda45886d22
1213
popd
1314
fi

0 commit comments

Comments
 (0)