mesonbuild/meson

configure_file(): allow more than one substitution per string

Open

#1,864 opened on 2017年5月29日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)batch import
enhancementgeneratorshelp wanted

説明

this currently doesn't work:

configure_file(
    ...
    command : [ 'sh', '-c', '... "@INPUT@" > "@OUTPUT@"' ],
)

The problem is that mesonlib.substitute_values() does the substition using if..elif instead of if..if.

コントリビューターガイド