mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 11:41:46 +02:00
Added Ubuntu 18 support
This commit is contained in:
@@ -323,5 +323,5 @@ else
|
||||
echo 'BUILD COMPLETE.'
|
||||
echo ''
|
||||
echo 'To launch ZetaGlest from the current directory, use:'
|
||||
echo ' ./zetaglest.sh'
|
||||
echo ' ./build/zetaglest'
|
||||
fi
|
||||
|
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
export DBUS_FATAL_WARNINGS=0
|
||||
unset XMODIFIERS
|
||||
cd build
|
||||
./zetaglest
|
||||
cd ..
|
@@ -8428,6 +8428,8 @@ namespace Game {
|
||||
} //end namespace
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
setenv("DBUS_FATAL_WARNINGS", "0", 1);
|
||||
unsetenv("XMODIFIERS");
|
||||
int result = mainSetup(argc,argv);
|
||||
if (result == 0)
|
||||
result = Game::glestMainWrapper(argc, argv);
|
||||
|
Reference in New Issue
Block a user