Workaround for OpenCL runtimes which do accept -I parameter in the OpenCL kernel build options, but do not allow quotes

pull/443/head
jsteube 8 years ago
parent c837df09ae
commit 215457d74d

@ -6600,7 +6600,8 @@ int main (int argc, char **argv)
#endif
if (getenv ("TMP") == NULL)
//if (getenv ("TMP") == NULL)
if (1)
{
char tmp[1000];

Loading…
Cancel
Save