mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Fix includes
This commit is contained in:
parent
e479418fc6
commit
323478ff2a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
CC=gcc
|
||||
CFLAGS=-O2 -I. -Ixmlparse
|
||||
CFLAGS=-O2 -Ixmltok -Ixmlparse
|
||||
# Use one of the next two lines; unixfilemap is better if it works.
|
||||
FILEMAP_OBJ=xmlwf/unixfilemap.o
|
||||
#FILEMAP_OBJ=xmlwf/readfilemap.o
|
||||
|
|
Loading…
Add table
Reference in a new issue