From 13a6a83b4487ae9cdbeff959f1bb0e1241afee4d Mon Sep 17 00:00:00 2001 From: Sergey Minakov Date: Sun, 17 Jan 2021 14:33:39 +0300 Subject: [iOS] Remove plugins from modules. --- modules/SCsub | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/SCsub') diff --git a/modules/SCsub b/modules/SCsub index 24598f4b28..64da3bd0be 100644 --- a/modules/SCsub +++ b/modules/SCsub @@ -45,18 +45,6 @@ for name, path in env.module_list.items(): else: SConscript(path + "/SCsub") # Custom. - # Some modules are not linked automatically but can be enabled optionally - # on iOS, so we handle those specially. - if env["platform"] == "iphone" and name in [ - "arkit", - "camera", - "camera_iphone", - "gamecenter", - "inappstore", - "icloud", - ]: - continue - lib = env_modules.add_library("module_%s" % name, env.modules_sources) env.Prepend(LIBS=[lib]) if env["vsproj"]: -- cgit v1.2.3