mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 21:20:07 +00:00
9 lines
218 B
Bash
Executable file
9 lines
218 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PKG_CONFIG_PATH=/usr/local/cross-tools/i386-mingw32msvc/lib/pkgconfig PATH=/usr/i586-mingw32msvc/bin:$PATH \
|
|
./configure \
|
|
--host=i586-mingw32msvc \
|
|
--target=i586-mingw32msvc \
|
|
--build=i586-linux \
|
|
$*
|
|
|