Skip to content

Commit

Permalink
fix: xcode cmake parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Nov 25, 2020
1 parent fd61f5f commit eefe8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/gyp/generator/cmake.py
Expand Up @@ -1047,7 +1047,7 @@ def WriteTarget(

# XCode settings
xcode_settings = config.get("xcode_settings", {})
for xcode_setting, xcode_value in xcode_settings.viewitems():
for xcode_setting, xcode_value in xcode_settings.items():
SetTargetProperty(
output,
cmake_target_name,
Expand Down

0 comments on commit eefe8d1

Please sign in to comment.