def object_rule(system_config, platform)
        platform_config = system_config.platform_config(platform)
        obj, _, _ = platform_config.extensions
        # we configure them with dots which messes the regexp up
        ext = obj.gsub(".", "")