mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1859 - Part 2: xz-embedded build config changes
Always build as static lib for use in updater.
This commit is contained in:
parent
bf11d77c4c
commit
fc95b11fae
1 changed files with 3 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue