mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
on Qt6 we need to build with position independent code
otherwise linking may fail with > copy relocation against non-copyable protected symbol `qt_resourceFeatureZstd@@Qt_6'
This commit is contained in:
parent
10acebff46
commit
d33d9e8dae
1 changed files with 1 additions and 0 deletions
|
@ -36,3 +36,4 @@ calamares_qrc_translations(calamares-i18n
|
|||
)
|
||||
|
||||
add_library(calamares-i18n OBJECT ${translation_outfile})
|
||||
set_property(TARGET calamares-i18n PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
|
Loading…
Add table
Reference in a new issue