mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
update for debian mingw packages
This commit is contained in:
parent
8fd3754f3c
commit
3a178c3a2f
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH \
|
||||
PKG_CONFIG_PATH=/usr/local/cross-tools/i386-mingw32msvc/lib/pkgconfig PATH=/usr/i586-mingw32msvc/bin:$PATH \
|
||||
./configure \
|
||||
--host=i386-mingw32msvc \
|
||||
--target=i386-mingw32msvc \
|
||||
--build=i386-linux \
|
||||
--host=i586-mingw32msvc \
|
||||
--target=i586-mingw32msvc \
|
||||
--build=i586-linux \
|
||||
$*
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -x
|
||||
HOST_CC=gcc
|
||||
PATH=$PATH:/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin
|
||||
PATH=/usr/i586-mingw32msvc/bin:$PATH
|
||||
export HOST_CC
|
||||
export PATH
|
||||
make $*
|
||||
|
|
Loading…
Reference in a new issue