Skip to content

Commit 1c7ecf3

Browse files
authored
Update webr-vars.mk (#51)
1 parent 29e7622 commit 1c7ecf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/webr-vars.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ override LIBS =
109109
override LIBR =
110110
override ALL_LIBS = $(PKG_LIBS) $(SHLIB_LIBADD_FILTER) $(LIBR) $(LIBINTL)
111111

112+
override STRIP_STATIC_LIB = touch
113+
override STRIP_SHARED_LIB = touch
114+
112115
override BLAS_LIBS = -L$(WEBR_LOCAL)/lib/R/lib -lRblas
113116
override LAPACK_LIBS = -L$(WEBR_LOCAL)/lib/R/lib -lRlapack
114117

0 commit comments

Comments
 (0)