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 f964322 commit 081ba34Copy full SHA for 081ba34
src/Makevars.win
@@ -14,7 +14,7 @@ ifeq ($(R_COMPILED_BY),gcc 8.3.0)
14
GCCPATH=$(subst C:\,/c/,$(RTOOLS40_HOME))/mingw$(WIN)/bin
15
else
16
# Either rtools40 or rtools42 ucrt toolchain is OK
17
-GCCPATH=$(subst C:\,/c/,$(RTOOLS40_HOME))/ucrt64/bin:$(R_RTOOLS42_PATH)
+GCCPATH=$(R_RTOOLS42_PATH):$(subst C:\,/c/,$(RTOOLS40_HOME))/ucrt64/bin
18
export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=gcc
19
endif
20
0 commit comments