mirror of
https://github.com/PCSX2/xz.git
synced 2026-02-04 03:11:18 +01:00
Add -no-undefined to get shared liblzma on Windows.
This commit is contained in:
@@ -9,7 +9,7 @@ SUBDIRS = api common check
|
||||
|
||||
lib_LTLIBRARIES = liblzma.la
|
||||
liblzma_la_SOURCES =
|
||||
liblzma_la_LDFLAGS = -version-info 0:0:0
|
||||
liblzma_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
||||
|
||||
liblzma_la_LIBADD = \
|
||||
common/libcommon.la \
|
||||
|
||||
Reference in New Issue
Block a user