mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-04 17:42:22 +01:00
6 lines
40 B
Bash
6 lines
40 B
Bash
die()
|
|
{
|
|
cat build/config.log
|
|
exit 1
|
|
}
|