diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-22 19:59:10 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-22 20:01:56 +0200 |
commit | c832aae70e55f5f97f5f9093735f493cd29cd9b9 (patch) | |
tree | 2be58f58f2f2fd4a277ceaa15b48d98de74d27d0 /onlineupdate/Executable_updater.mk | |
parent | ca089c7e204a6dec7fc3ee2c83fc0aefbafaecfa (diff) |
updater: get the updater GUI working on Linux
Change-Id: I3e7edb5319ab2e2ec316204b917a7e29c1791b5b
Diffstat (limited to 'onlineupdate/Executable_updater.mk')
-rw-r--r-- | onlineupdate/Executable_updater.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk index a717f2f8aa3c..a4ceacee6bc1 100644 --- a/onlineupdate/Executable_updater.mk +++ b/onlineupdate/Executable_updater.mk @@ -80,7 +80,6 @@ $(eval $(call gb_Executable_add_exception_objects,updater,\ onlineupdate/source/update/updater/archivereader \ onlineupdate/source/update/updater/bspatch \ onlineupdate/source/update/updater/progressui_gtk \ - onlineupdate/source/update/updater/progressui_null \ onlineupdate/source/update/updater/updater \ $(if $(filter WNT,$(OS)),\ onlineupdate/source/update/updater/loaddlls \ |