diff options
-rwxr-xr-x | solenv/bin/native-code.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 8edc9682c65d..54a9abee965c 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -171,7 +171,11 @@ opts.add_option("-s", "--single-component", action="append", help="list of singl (options, args) = opts.parse_args() -print (""" +print ("""/* + * This is a generated file. Do not edit. + * file generated by solenc/bin/native-code.py + */ + #include <osl/detail/component-mapping.h> extern "C" { |