d&c: remove SG hack
This commit is contained in:
parent
ccc94446df
commit
aa74c27f0f
1 changed files with 1 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION="2.26"
|
VERSION="2.27"
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
# THANKS TO
|
# THANKS TO
|
||||||
|
@ -477,9 +477,6 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="SIMGEAR"' ]]; then
|
||||||
_gitUpdate $FGSG_UNSTABLE_GIT_BRANCH
|
_gitUpdate $FGSG_UNSTABLE_GIT_BRANCH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove DDS warning message
|
|
||||||
sed -i s/SG_ALERT,\ \"Image/SG_WARN,\ \"Image/g simgear/scene/model/ModelRegistry.cxx
|
|
||||||
|
|
||||||
if [ ! "$UPDATE" = "UPDATE" ]; then
|
if [ ! "$UPDATE" = "UPDATE" ]; then
|
||||||
if [ "$RECONFIGURE" = "y" ]; then
|
if [ "$RECONFIGURE" = "y" ]; then
|
||||||
cd "$CBD"
|
cd "$CBD"
|
||||||
|
|
Loading…
Reference in a new issue