~ubuntu-branches/ubuntu/lucid/mpg123/lucid

« back to all changes in this revision

Viewing changes to windows-builds.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-12-21 00:11:29 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091221001129-gsbnzbenceqv4pjt
Tags: upstream-1.10.0
ImportĀ upstreamĀ versionĀ 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  x86_64-cross)
18
18
    decoder=x86-64
19
19
    strip=x86_64-w64-mingw32-strip
20
 
    hostopt="--host=x86_64-w64-mingw32 --build=i686-pc-mingw32"
 
20
    hostopt="--host=x86_64-w64-mingw32 --build=`./build/config.guess`"
21
21
  ;;
22
22
  *)
23
23
    echo "Unknown build type!"