Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: fixing appveyor builds #109

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Use autogen.sh from Unix directory
davewongillies committed Jul 10, 2019
commit 6cb12edef8ac88643ab6c6a171c9a509bbb11175
61 changes: 0 additions & 61 deletions BasiliskII/src/Windows/autogen.sh

This file was deleted.

61 changes: 0 additions & 61 deletions SheepShaver/src/Windows/autogen.sh

This file was deleted.

2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ test_script:
- '%MINGW_SHELL% -c "
cd src/$MACEMU_OS;
export PATH=.:/usr/local/bin:/mingw/bin:/bin:$PATH;
NO_CONFIGURE=1 ./autogen.sh &&
NO_CONFIGURE=1 ../Unix/autogen.sh &&
./configure &&
make
"'