Skip to content

Commit 081ba34

Browse files
committed
Change order
1 parent f964322 commit 081ba34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ifeq ($(R_COMPILED_BY),gcc 8.3.0)
1414
GCCPATH=$(subst C:\,/c/,$(RTOOLS40_HOME))/mingw$(WIN)/bin
1515
else
1616
# Either rtools40 or rtools42 ucrt toolchain is OK
17-
GCCPATH=$(subst C:\,/c/,$(RTOOLS40_HOME))/ucrt64/bin:$(R_RTOOLS42_PATH)
17+
GCCPATH=$(R_RTOOLS42_PATH):$(subst C:\,/c/,$(RTOOLS40_HOME))/ucrt64/bin
1818
export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=gcc
1919
endif
2020

0 commit comments

Comments
 (0)