configure: Don't append semicolon by default

This allows to pass not only C code, but also preprocessor directives.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2022-08-09 19:41:52 +02:00
parent d460d39374
commit 51dc893fc1
22 changed files with 77 additions and 77 deletions

View File

@@ -48,7 +48,7 @@ compile_module(){
$INCLUDE
int init_module(void) {
$2;
$2
return 0;
}
void cleanup_module(void) {};