mirror of
https://github.com/libimobiledevice/libplist.git
synced 2026-05-17 20:30:34 +00:00
cython: Fix Windows build
This commit is contained in:
@@ -42,6 +42,10 @@ plist_la_CFLAGS = \
|
||||
plist_la_LDFLAGS = -module -avoid-version $(PYTHON_LIBS) $(AM_LDFLAGS) -shared -export-dynamic
|
||||
plist_la_LIBADD = $(top_builddir)/src/libplist-2.0.la
|
||||
|
||||
if WIN32
|
||||
plist_la_LDFLAGS += -no-undefined
|
||||
endif
|
||||
|
||||
plist.c: plist.pyx $(PXDINCLUDES) $(PXIINCLUDES)
|
||||
|
||||
.pyx.c:
|
||||
|
||||
Reference in New Issue
Block a user