only use archive_entry_copy_bhfi.c on windows so we don't get empty .o file warnings
This commit is contained in:
parent
4e123ec1b1
commit
7a35b9ba3a
|
@ -18,7 +18,7 @@ SET(libarchive_SOURCES
|
|||
archive_entry.c
|
||||
archive_entry.h
|
||||
archive_entry_copy_stat.c
|
||||
archive_entry_copy_bhfi.c
|
||||
# archive_entry_copy_bhfi.c
|
||||
archive_entry_link_resolver.c
|
||||
archive_entry_private.h
|
||||
archive_entry_stat.c
|
||||
|
@ -105,7 +105,7 @@ SET(libarchive_MANS
|
|||
)
|
||||
|
||||
IF(WIN32 AND NOT CYGWIN)
|
||||
# LIST(APPEND libarchive_SOURCES archive_entry_copy_bhfi.c)
|
||||
LIST(APPEND libarchive_SOURCES archive_entry_copy_bhfi.c)
|
||||
LIST(APPEND libarchive_SOURCES archive_windows.c)
|
||||
LIST(APPEND libarchive_SOURCES archive_windows.h)
|
||||
LIST(APPEND libarchive_SOURCES filter_fork_windows.c)
|
||||
|
|
Loading…
Reference in New Issue