Issue #1859 - Part 2: xz-embedded build config changes

Always build as static lib for use in updater.
This commit is contained in:
Moonchild 2022-01-20 16:28:08 +00:00 committed by roytam1
commit fc95b11fae

View file

@ -29,4 +29,7 @@ elif '86' in CONFIG['TARGET_CPU']:
DEFINES['XZ_USE_CRC64'] = 1
if CONFIG['OS_ARCH'] == 'WINNT':
USE_STATIC_LIBS = True
Library('xz-embedded')