nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 10 lines 375 B view raw
1diff --git a/src/Makevars b/src/Makevars 2index 6e08950..e66fbbd 100644 3--- a/src/Makevars 4+++ b/src/Makevars 5@@ -1,5 +1 @@ 6 CXX_STD=CXX11 7-PKG_LIBS=`"$(R_HOME)/bin/Rscript" -e "RcppThread::LdFlags()"` 8-strippedLib: $(SHLIB) 9- if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug $(SHLIB); fi 10-.phony: strippedLib