mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
Added Ubuntu 18 support
This commit is contained in:
@@ -323,5 +323,5 @@ else
|
|||||||
echo 'BUILD COMPLETE.'
|
echo 'BUILD COMPLETE.'
|
||||||
echo ''
|
echo ''
|
||||||
echo 'To launch ZetaGlest from the current directory, use:'
|
echo 'To launch ZetaGlest from the current directory, use:'
|
||||||
echo ' ./zetaglest.sh'
|
echo ' ./build/zetaglest'
|
||||||
fi
|
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
|
} //end namespace
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
setenv("DBUS_FATAL_WARNINGS", "0", 1);
|
||||||
|
unsetenv("XMODIFIERS");
|
||||||
int result = mainSetup(argc,argv);
|
int result = mainSetup(argc,argv);
|
||||||
if (result == 0)
|
if (result == 0)
|
||||||
result = Game::glestMainWrapper(argc, argv);
|
result = Game::glestMainWrapper(argc, argv);
|
||||||
|
Reference in New Issue
Block a user