mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
SDL: Fix srcclean damage in sdl.mak [Wallyweek]
This commit is contained in:
parent
078ee65368
commit
5d45d3ddbc
@ -446,7 +446,7 @@ endif
|
|||||||
ifeq ($(findstring 4.7.2-2ubuntu1,$(TEST_GCC)),4.7.2-2ubuntu1)
|
ifeq ($(findstring 4.7.2-2ubuntu1,$(TEST_GCC)),4.7.2-2ubuntu1)
|
||||||
GCC46TST = $(shell which g++-4.6 2>/dev/null)
|
GCC46TST = $(shell which g++-4.6 2>/dev/null)
|
||||||
ifeq '$(GCC46TST)' ''
|
ifeq '$(GCC46TST)' ''
|
||||||
$(error Ubuntu 12.10 detected. Please install the gcc-4.6 and g++-4.6 packages)
|
$(error Ubuntu 12.10 detected. Please install the gcc-4.6 and g++-4.6 packages)
|
||||||
endif
|
endif
|
||||||
CC = @gcc-4.6
|
CC = @gcc-4.6
|
||||||
LD = @g++-4.6
|
LD = @g++-4.6
|
||||||
|
Loading…
Reference in New Issue
Block a user