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.
2 parents 8fd1ed4 + 7ca0b30 commit a47bbcfCopy full SHA for a47bbcf
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