diff --git a/AMBuildScript b/AMBuildScript index c9e8cd5..0c8441b 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -323,7 +323,6 @@ class MMSConfig(object): os.path.join(context.sourcePath, 'loader'), ] - defines = [] for other_sdk in self.sdk_manifests: cxx.defines += ['SE_{}={}'.format(other_sdk['define'], other_sdk['code'])]