mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
fixed version check in windows.mak (no whatsnew)
This commit is contained in:
parent
1a6a3d9fed
commit
eb937ea06a
@ -252,7 +252,7 @@ ifeq ($(findstring 4.4,$(TEST_GCC)),)
|
||||
#if we use new tools
|
||||
LDFLAGS += -static-libstdc++
|
||||
endif
|
||||
ifeq ($(findstring 4.7,$(TEST_GCC)),4.7)
|
||||
ifeq ($(findstring 4.7.,$(TEST_GCC)),4.7.)
|
||||
CCOMFLAGS += -Wno-narrowing -Wno-attributes
|
||||
endif
|
||||
# add the windows libraries
|
||||
|
Loading…
Reference in New Issue
Block a user