mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
9 lines
193 B
Bash
Executable file
9 lines
193 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH \
|
|
./configure \
|
|
--host=i386-mingw32msvc \
|
|
--target=i386-mingw32msvc \
|
|
--build=i386-linux \
|
|
$*
|
|
|