mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
Compile flag needed to get expat/xmlparse/xmlparse.c to compile correctly.
This commit is contained in:
parent
7b76b8e2ad
commit
b5b1d9e7d0
@ -35,4 +35,9 @@ LOCAL_INCLUDES = -I./expat/xmltok -I./expat/xmlparse/ -I./glue
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
ifdef RHAPSODY
|
||||
CFLAGS += -traditional-cpp
|
||||
endif
|
||||
|
||||
$(LIBRARY): $(OBJS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user