mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-07 10:42:55 +03:00
Remove WIN32_EXTRA_* variables
Simply use LDFLAGS and LIBS instead.
This commit is contained in:
@@ -19,7 +19,7 @@ EXTRA_DIST = \
|
||||
libxslt-python-api.xml \
|
||||
$(DOCS)
|
||||
|
||||
libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version
|
||||
libxsltmod_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
if WITH_PYTHON
|
||||
mylibs = \
|
||||
|
Reference in New Issue
Block a user