Skip to content

Commit

Permalink
fix _check_if_extra_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Jun 10, 2024
1 parent 29d5c28 commit af8802f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/tools/apple/xcodetoolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _agreggated_xconfig_filename(self):

@property
def _check_if_extra_flags(self):
return self._global_cflags or self._global_cxxflags or self._global_ldflags
return self._global_cflags or self._global_cxxflags or self._global_ldflags or self._global_defines

@property
def _flags_xcconfig_content(self):
Expand Down

0 comments on commit af8802f

Please sign in to comment.