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 9d03a7b commit 7ca0b30Copy full SHA for 7ca0b30
com.oracle.truffle.r.native/gnur/Makefile.libs
@@ -48,7 +48,7 @@ ifdef FASTR_RELEASE
48
ifeq ($(OSNAME), Linux)
49
FASTR_CAPTURE_DEPENDENCIES ?= pcre z gfortran quadmath gcc_s
50
else ifeq ($(OSNAME), Darwin)
51
- FASTR_CAPTURE_DEPENDENCIES ?= pcre z gfortran quadmath gcc_s
+ FASTR_CAPTURE_DEPENDENCIES ?= pcre gfortran quadmath gcc_s
52
else
53
$(error OS $(OSNAME) is not supported)
54
endif
0 commit comments