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