mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Fix link option order.
This commit is contained in:
parent
4dd2f6d0e2
commit
10d3ab47d7
@ -306,7 +306,7 @@ libmxml.1.dylib: $(LIBOBJS)
|
||||
#
|
||||
|
||||
mxmldoc: $(LIBMXML) mxmldoc.o
|
||||
$(CC) $(LDFLAGS) -o $@ mxmldoc.o -L. -lmxml
|
||||
$(CC) -L. $(LDFLAGS) -o $@ mxmldoc.o -lmxml
|
||||
|
||||
mxmldoc-static: libmxml.a mxmldoc.o
|
||||
$(CC) $(LDFLAGS) -o $@ mxmldoc.o libmxml.a
|
||||
|
Loading…
Reference in New Issue
Block a user