12 lines
241 B
INI
12 lines
241 B
INI
|
# -*- Python -*-
|
||
|
|
||
|
config.substitutions.append(
|
||
|
(
|
||
|
"%analyze_safe_buffer_debug_notes",
|
||
|
"'%s' %s" % (
|
||
|
config.python_executable,
|
||
|
os.path.join(config.clang_src_dir, "utils", "analyze_safe_buffer_debug_notes.py")
|
||
|
)
|
||
|
)
|
||
|
)
|