Fix some non-Windows compiles (nw)

This commit is contained in:
R. Belmont 2012-07-26 21:23:51 +00:00
parent 89e4cc873e
commit a93ee65b41

View File

@ -101,6 +101,9 @@ ifdef NOASM
DEFS += -DSDLMAME_NOASM
endif
# patch up problems with new zlib
DEFS += -D_LFS64_LARGEFILE=0
# bring in external flags for RPM build
CCOMFLAGS += $(OPT_FLAGS)