We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3981e75 commit cd137daCopy full SHA for cd137da
configure.win
@@ -16,6 +16,7 @@ fi
16
17
# To address the change of the toolchain on R 4.2
18
BEFORE_CARGO_BUILD="${BEFORE_CARGO_BUILD}"' export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="$(CARGO_LINKER)" \&\&'
19
+BEFORE_CARGO_BUILD="${BEFORE_CARGO_BUILD}"' export LIBRARY_PATH="$${LIBRARY_PATH};$(CURDIR)/$(LIBDIR)/libgcc_mock" \&\&'
20
21
# If it's on CRAN, a package is not allowed to write in any other place than the
22
# temporary directory on installation. So, we need to tweak Makevars to make the
0 commit comments