old-commit-hash: 646fe7de4b48901ed1be4998fcd5848997c9740e
This commit is contained in:
Adeeb Shihadeh
2021-12-18 15:10:41 -08:00
parent 241392b370
commit 02aafc42c3
3 changed files with 55 additions and 0 deletions
+3
View File
@@ -73,6 +73,9 @@ if GetOption('extras'):
# buidl updater UI
qt_env.Program("qt/setup/updater", ["qt/setup/updater.cc", asset_obj], LIBS=qt_libs)
# build mui
qt_env.Program("_mui", ["mui.cc"], LIBS=qt_libs)
# build installers
senv = qt_env.Clone()
senv['LINKFLAGS'].append('-Wl,-strip-debug')