aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 4e6974cd9..69b69526a 100755
--- a/configure.py
+++ b/configure.py
@@ -1459,7 +1459,7 @@ def gen_cmake(build_paths, using_mods, cc, options):
target['libs'].add(lib)
if options.os in using_mod.frameworks:
for framework in using_mod.frameworks[options.os]:
- target['frameworks'].add('"-framework %"' % framework)
+ target['frameworks'].add('"-framework %s"' % framework)
def generate_target_sources_list(fd, target_name, target):
fd.write('set(%s\n' % target_name)