Skip to content

Commit a3a6d5d

Browse files
ferdymercuryguitargeek
authored andcommitted
[pyroot] remove non-existing builtin_afterimage option
1 parent 7a027f3 commit a3a6d5d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bindings/pyroot/cppyy/cppyy-backend/cling/create_src_directory.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ def clean_directory(directory, keeplist, trim_cmake=True):
284284
outp = inp+'.new'
285285
new_cml = open(outp, 'w')
286286
for line in open(inp).readlines():
287-
if 'ROOT_BUILD_OPTION(builtin_ftgl' in line or\
288-
'ROOT_BUILD_OPTION(builtin_afterimage' in line:
287+
if 'ROOT_BUILD_OPTION(builtin_ftgl' in line:
289288
line = '#'+line
290289
new_cml.write(line)
291290
new_cml.close()

0 commit comments

Comments
 (0)