diff options
-rw-r--r-- | setup_native/Package_scripts.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_native/Package_scripts.mk b/setup_native/Package_scripts.mk index 53ddd96b762b..da754e11fee1 100644 --- a/setup_native/Package_scripts.mk +++ b/setup_native/Package_scripts.mk @@ -10,7 +10,9 @@ $(eval $(call gb_Package_Package,setup_native_scripts,$(SRCDIR)/setup_native/scripts)) ifeq ($(ENABLE_ONLINE_UPDATE),TRUE) +ifneq ($(filter LINUX SOLARIS,$(OS)),) $(eval $(call gb_Package_add_file,setup_native_scripts,$(LIBO_BIN_FOLDER)/unpack_update,unpack_update.sh)) endif +endif # vim: set noet sw=4 ts=4: |