1
0
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:
Moonchild
2022-01-20 16:28:08 +00:00
committed by roytam1
parent bf11d77c4c
commit fc95b11fae
+3
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')