cross-language-cpp / djinni-generator

Command-line tool that generates gluecode from a djinni-IDL file
https://djinni.xlcpp.dev/djinni-generator/setup
Apache License 2.0
94 stars 19 forks source link

Add back the shebang for the generated djinni executable #160

Closed a4z closed 10 months ago

a4z commented 11 months ago

The shebang in the generated packed djinni file got lost during the last changes. That means, for cmake's execute_process , the file is not executable anymore without adding a java -jar in front

Add it back