mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
6 lines
40 B
Bash
6 lines
40 B
Bash
die()
|
|
{
|
|
cat build/config.log
|
|
exit 1
|
|
}
|