Merge pull request #2301 from hsitter/work/sitter/pic

on Qt6 we need to build with position independent code
This commit is contained in:
Adriaan de Groot 2024-03-10 10:38:31 +01:00 committed by GitHub
commit e06ea94664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)