3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00

correct previous commit after linux test

This commit is contained in:
Olivier Parcollet 2014-07-26 18:46:57 +02:00
parent 6fb71f50c9
commit 06dbfb71bf

View File

@ -41,7 +41,7 @@ if __name__ == '__main__' :
compiler_options += ['-I%s'%x for x in args.includes]
add_opts = '@TRIQS_LIBCLANG_CXX_ADDITIONAL_FLAGS@'.strip()
if add_opts:
compiler_options.append(add_opts)
compiler_options += add_opts.split()
functions, classes = parse(args.filename, debug = False, compiler_options = compiler_options, where_is_libclang = args.libclang_location)