Skip to content

Commit a47bbcf

Browse files
committed
[GR-26669] Do not capture libz in the FASTR_RELEASE mode on MacOS.
PullRequest: fastr/2522
2 parents 8fd1ed4 + 7ca0b30 commit a47bbcf

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)