From 3a3333c055020ebdbf6ac7ec13c3a493d4052f12 Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Mon, 19 Feb 2018 09:43:46 +0100 Subject: [PATCH] Patch nvcc_wrap --- nvcc_wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvcc_wrap b/nvcc_wrap index c1a71e60..498f80aa 100755 --- a/nvcc_wrap +++ b/nvcc_wrap @@ -1,3 +1,3 @@ #!/bin/sh -$NVCC `echo $@ | sed 's/-fPIC/-Xcompiler -fPIC/'` +$NVCC `echo $@ | sed 's/-fPIC/-Xcompiler -fPIC/; s/-Wl/-Xlinker -Wl/; '` -- GitLab