mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
Kernel include path fix.
This commit is contained in:
parent
6971ce6fe0
commit
fd35c77c82
@ -49,7 +49,7 @@ static char *file_contents(const char *filename, int *length)
|
||||
void set_base_compiler_options(build_kernel_data *data)
|
||||
{
|
||||
char buf[255];
|
||||
sprintf(data->compiler_options, "-I \"%s\" -I \"%s\\kernel\" -I \".\" -D WORKSIZE=%d",
|
||||
sprintf(data->compiler_options, "-I \"%s\" -I \"%s/kernel\" -I \".\" -D WORKSIZE=%d",
|
||||
data->sgminer_path, data->sgminer_path, (int)data->work_size);
|
||||
applog(LOG_DEBUG, "Setting worksize to %d", (int)(data->work_size));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user