mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
Fix "make tst" to grab lzma lib too
This commit is contained in:
parent
fda5717c4d
commit
48f0f3f29f
@ -1231,7 +1231,7 @@ uninstall-local:
|
||||
rm -rf $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)
|
||||
|
||||
tst: tst.c
|
||||
$(CC) $(CFLAGS) -Iinclude -o tst tst.c .libs/libxml2.a -lpthread -lm -lz
|
||||
$(CC) $(CFLAGS) -Iinclude -o tst tst.c .libs/libxml2.a -lpthread -lm -lz -llzma
|
||||
|
||||
sparse: clean
|
||||
$(MAKE) CC=cgcc
|
||||
|
Loading…
Reference in New Issue
Block a user