mirror of
https://git.kore.io/kore.git
synced 2024-11-12 05:10:48 +01:00
parent
c16461c6c1
commit
857a3cfb79
@ -290,9 +290,9 @@ static int s_fd = -1;
|
|||||||
static char *appl = NULL;
|
static char *appl = NULL;
|
||||||
static int run_after = 0;
|
static int run_after = 0;
|
||||||
static char *rootdir = NULL;
|
static char *rootdir = NULL;
|
||||||
static char *compiler_c = "gcc";
|
static char *compiler_c = "cc";
|
||||||
static char *compiler_cpp = "g++";
|
static char *compiler_cpp = "c++";
|
||||||
static char *compiler_ld = "gcc";
|
static char *compiler_ld = "ld";
|
||||||
static struct mime_list mime_types;
|
static struct mime_list mime_types;
|
||||||
static struct cfile_list source_files;
|
static struct cfile_list source_files;
|
||||||
static struct buildopt_list build_options;
|
static struct buildopt_list build_options;
|
||||||
|
Loading…
Reference in New Issue
Block a user