Merge pull request #138 from heinrich5991/pr_fix_darling_dmg

Fix compilation issue in `darling-dmg`
This commit is contained in:
Thomas Pöchtrager 2017-10-25 23:36:30 +02:00 committed by GitHub
commit 1a1733a773
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
### WHAT IS THE GOAL OF OSXCROSS? ###
The goal of OSXCross is to provide a well working OS X cross toolchain for
Linux, *BSD, and Cygwin.
Linux, \*BSD, and Cygwin.
### HOW DOES IT WORK? ###

View File

@ -57,7 +57,7 @@ if [ ! -f $TARGET_DIR/SDK/tools/bin/darling-dmg ]; then
rm -f have_darling_dmg
fi
DARLING_DMG_REV="b7ce87bfe59c2ed758165c8650402f6d4c84d184"
DARLING_DMG_REV="4e3a2ede86d4e3c63bcc97d7280dd8613d70cde2"
if [ ! -f "have_darling_dmg_$DARLING_DMG_REV" ]; then