diff options
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/Library_solver.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk index a889f4416e8f..2db18f5c22dd 100644 --- a/sccomp/Library_solver.mk +++ b/sccomp/Library_solver.mk @@ -30,10 +30,7 @@ $(eval $(call gb_Library_Library,solver)) $(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/solver)) -$(eval $(call gb_Library_use_api,solver,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,solver)) $(eval $(call gb_Library_use_libraries,solver,\ comphelper \ |