Skip to content

Commit 7ca0b30

Browse files
committed
Do not capture libz in the FASTR_RELEASE mode
1 parent 9d03a7b commit 7ca0b30

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
@@ -48,7 +48,7 @@ ifdef FASTR_RELEASE
4848
ifeq ($(OSNAME), Linux)
4949
FASTR_CAPTURE_DEPENDENCIES ?= pcre z gfortran quadmath gcc_s
5050
else ifeq ($(OSNAME), Darwin)
51-
FASTR_CAPTURE_DEPENDENCIES ?= pcre z gfortran quadmath gcc_s
51+
FASTR_CAPTURE_DEPENDENCIES ?= pcre gfortran quadmath gcc_s
5252
else
5353
$(error OS $(OSNAME) is not supported)
5454
endif

0 commit comments

Comments
 (0)