[Libreoffice-commits] core.git: postprocess/Rdb_services.mk sccomp/Library_solver.mk
jan Iversen
jani at libreoffice.org
Sun Nov 19 10:13:18 UTC 2017
postprocess/Rdb_services.mk | 3 +--
sccomp/Library_solver.mk | 5 +----
2 files changed, 2 insertions(+), 6 deletions(-)
New commits:
commit f433253f5bae7c60f8f28c476795e527944dda29
Author: jan Iversen <jani at libreoffice.org>
Date: Sun Nov 19 11:10:44 2017 +0100
iOS reactivated swarmsolver
swarmsolver now compiles after the license issue was corrected, so
no need to have a special case for iOS.
Change-Id: Icae81c2b5769af9c8fd53068d69cbb6e608c7e69
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index e4bc74455dda..d83b30819ccd 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -118,8 +118,7 @@ $(eval $(call gb_Rdb_add_components,services,\
$(if $(ENABLE_LPSOLVE), \
sccomp/source/solver/lpsolvesolver \
) \
- $(if $(filter-out $(OS),IOS), \
- sccomp/source/solver/swarmsolver) \
+ sccomp/source/solver/swarmsolver \
writerfilter/util/writerfilter \
writerperfect/source/draw/wpftdraw \
writerperfect/source/impress/wpftimpress \
diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk
index 178eb35bee07..e23ecac7a5bb 100644
--- a/sccomp/Library_solver.mk
+++ b/sccomp/Library_solver.mk
@@ -22,9 +22,7 @@ $(eval $(call gb_Library_Library,solver))
$(if $(ENABLE_COINMP),$(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/coinmpsolver)))
$(if $(ENABLE_LPSOLVE),$(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/lpsolvesolver)))
-ifneq ($(OS),IOS)
$(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/swarmsolver))
-endif
$(eval $(call gb_Library_use_sdk_api,solver))
@@ -49,8 +47,7 @@ $(eval $(call gb_Library_use_externals,solver,\
))
$(eval $(call gb_Library_add_exception_objects,solver,\
- $(if $(filter-out $(OS),IOS), \
- sccomp/source/solver/SwarmSolver) \
+ sccomp/source/solver/SwarmSolver \
sccomp/source/solver/SolverComponent \
$(if $(ENABLE_COINMP), sccomp/source/solver/CoinMPSolver) \
$(if $(ENABLE_LPSOLVE), sccomp/source/solver/LpsolveSolver) \
More information about the Libreoffice-commits
mailing list