From 48e70ad8ad7e8ed11b2b6f511bb0cedd06ab2c98 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Wed, 15 May 2013 10:30:18 +0100 Subject: fix macosx build Change-Id: Ie644af5866eadbee2a3d2840db37676d5c0bdc30 --- RepositoryExternal.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RepositoryExternal.mk') diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index ebf8a55a63fd..ecc29d32a732 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2866,7 +2866,9 @@ $(call gb_Executable_add_runtime_dependencies,gengal.bin,\ $(call gb_Configuration_get_target,registry) \ $(call gb_Configuration_get_target,fcfg_langpack) \ $(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \ - $(call gb_Library_get_target,vclplug_svp) \ + $(if $(filter-out MACOSX,$(OS)), \ + $(call gb_Library_get_target,vclplug_svp) \ + ) \ $(call gb_Package_get_target_for_build,cppuhelper_unorc) \ $(call gb_Rdb_get_outdir_target_for_build,ure/services) \ $(call gb_UnoApi_get_target,offapi) \ -- cgit