diff --git a/lime/tools/platforms/TVOSPlatform.hx b/lime/tools/platforms/TVOSPlatform.hx index 037138f8c..8fb729840 100644 --- a/lime/tools/platforms/TVOSPlatform.hx +++ b/lime/tools/platforms/TVOSPlatform.hx @@ -232,8 +232,8 @@ class TVOSPlatform extends PlatformTarget { context.IOS_LINKER_FLAGS = ["-stdlib=libc++"].concat (project.config.getArrayString ("tvos.linker-flags")); - if (project.config.exists("ios.non_encryption")) { - context.NON_ENCRYPTION = project.config.getBool ("ios.non_encryption", false); + if (project.config.exists("tvos.non_encryption")) { + context.NON_ENCRYPTION = project.config.getBool ("tvos.non_encryption", false); } switch (project.window.orientation) {