We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e7622 commit 1c7ecf3Copy full SHA for 1c7ecf3
inst/webr-vars.mk
@@ -109,6 +109,9 @@ override LIBS =
109
override LIBR =
110
override ALL_LIBS = $(PKG_LIBS) $(SHLIB_LIBADD_FILTER) $(LIBR) $(LIBINTL)
111
112
+override STRIP_STATIC_LIB = touch
113
+override STRIP_SHARED_LIB = touch
114
+
115
override BLAS_LIBS = -L$(WEBR_LOCAL)/lib/R/lib -lRblas
116
override LAPACK_LIBS = -L$(WEBR_LOCAL)/lib/R/lib -lRlapack
117
0 commit comments