Skip to content

Commit 0dbfe99

Browse files
committed
Updated comment in Makefile.libs
1 parent 4ce13a7 commit 0dbfe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.native/gnur/Makefile.libs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ LAPACK_SOURCE ?= $(BLAS_LAPACK_DIR)/libRlapack$(DYLIB_EXT)
4141
BLAS_TARGET := $(FASTR_LIB_DIR)/libRblas$(DYLIB_EXT)
4242
LAPACK_TARGET := $(FASTR_LIB_DIR)/libRlapack$(DYLIB_EXT)
4343

44-
# at a minimum we need to know where libpcre/libz/libgfortran/libquadmath are located,
44+
# at a minimum we need to know where libpcre/libgfortran/libquadmath are located,
4545
# to keep the Java side simpler, we (may) copy them to $(FASTR_LIB_DIR) unless
4646
# they were found in the standard system locations
4747
ifdef FASTR_RELEASE

0 commit comments

Comments
 (0)