mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
Fixes + more setup, added more directories to clean script.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
using namespace gen;
|
||||
|
||||
void gen_main()
|
||||
int gen_main()
|
||||
{
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ includes = include_directories(
|
||||
|
||||
sources = [ 'gen.bootstrap.cpp' ]
|
||||
|
||||
if get_option('buildtype').sartswith('debug')
|
||||
if get_option('buildtype').startswith('debug')
|
||||
|
||||
add_project_arguments('-DBuild_Debug', language : ['c', 'cpp'])
|
||||
|
||||
|
Reference in New Issue
Block a user