Skip to content
Snippets Groups Projects
Commit be9adec7 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix missing C on DEBUG_CFLAGS

parent cbd7e6a6
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -28,7 +28,7 @@ class EnvironmentWrapper(object): ...@@ -28,7 +28,7 @@ class EnvironmentWrapper(object):
# Note: CLang does not work well with BZ_DEBUG # Note: CLang does not work well with BZ_DEBUG
if platform.system() != 'Darwin': if platform.system() != 'Darwin':
DEBUG_FLAGS += " -DBZ_DEBUG" DEBUG_CFLAGS += " -DBZ_DEBUG"
def __init__(self, logger, debug=None, prefixes=None, environ=None): def __init__(self, logger, debug=None, prefixes=None, environ=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment