Skip to content

Commit

Permalink
Revert "Do not include libgcc_mock"
Browse files Browse the repository at this point in the history
This reverts commit 85554e3.
  • Loading branch information
yutannihilation committed Jul 8, 2023
1 parent 3981e75 commit cd137da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fi

# To address the change of the toolchain on R 4.2
BEFORE_CARGO_BUILD="${BEFORE_CARGO_BUILD}"' export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="$(CARGO_LINKER)" \&\&'
BEFORE_CARGO_BUILD="${BEFORE_CARGO_BUILD}"' export LIBRARY_PATH="$${LIBRARY_PATH};$(CURDIR)/$(LIBDIR)/libgcc_mock" \&\&'

# If it's on CRAN, a package is not allowed to write in any other place than the
# temporary directory on installation. So, we need to tweak Makevars to make the
Expand Down

0 comments on commit cd137da

Please sign in to comment.