summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-11-19 11:10:44 +0100
committerjan Iversen <jani@libreoffice.org>2017-11-19 11:12:21 +0100
commitf433253f5bae7c60f8f28c476795e527944dda29 (patch)
treea8353a46012bf13e1b7fc251208b8591f8fd5c15 /sccomp
parentdfc45f0abab98a1ce977c6ed95dfa07c185b6d11 (diff)
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
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/Library_solver.mk5
1 files changed, 1 insertions, 4 deletions
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) \