We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3841ce1 commit 25b93faCopy full SHA for 25b93fa
R/Makefile
@@ -6,7 +6,7 @@ REPO_PATH_MAC = bin/macosx/contrib/$(R_VERSION)
6
TMP_BUILD_DIR = tmp_build
7
ifneq ($(OS),Windows_NT)
8
OS := $(shell uname)
9
-UNAME_P := $(shell uname -p)
+UNAME_P := $(shell uname -p | sed 's/unknown/x86_64/')
10
else
11
# For windows NT the shell is odd. Cygwin 'shell uname' returns CYGWIN_NT-6.1-WOW64
12
# which is not really what we want. The normal CMD shell does something else.
0 commit comments