mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Revert "tweaks to mingw build environment"
This reverts commit fa09121a7f.
This commit is contained in:
parent
fa09121a7f
commit
555174d510
2 changed files with 9 additions and 9 deletions
|
|
@ -5,12 +5,12 @@ BASE=$(dirname $BASE) # up one
|
|||
BASE=$(dirname $BASE) # up one more
|
||||
BASE=$(dirname $BASE) # up one more
|
||||
|
||||
HOST=i686-w64-mingw32
|
||||
HOST=i686-pc-mingw32
|
||||
MINGW_ROOT=/usr/$HOST/sys-root/mingw
|
||||
|
||||
export PKG_CONFIG_PREFIX=$MINGW_ROOT
|
||||
export PKG_CONFIG_LIBDIR=$MINGW_ROOT/lib/pkgconfig
|
||||
export PKGCONFIG=pkg-config
|
||||
export PKGCONFIG=mingw32-pkg-config
|
||||
export AR=$HOST-ar
|
||||
export RANLIB=$HOST-ranlib
|
||||
export CC=$HOST-gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue