client: fix build break on Mac introduced by commit 2cc9a0b,

This commit is contained in:
Charlie Fenton 2016-02-18 01:41:38 -08:00
parent 87769d4acb
commit 55efe2444d
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ int ACTIVE_TASK::start(bool test) {
char newlibs[256];
snprintf(newlibs, sizeof(newlibs), "../../%s:.:../..", wup->project->project_dir());
#ifdef __APPLE__
strlcat(newlibs, sizeof(newlibs), ":/usr/local/cuda/lib/");
safe_strcat(newlibs, ":/usr/local/cuda/lib/");
#endif
char* p = getenv("LD_LIBRARY_PATH");
if (p) {