mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
Issue #1859 - Part 2: xz-embedded build config changes
Always build as static lib for use in updater.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user