Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 5a59a04

Browse files
committed
remove workaround; cleanup
1 parent 5385d1c commit 5a59a04

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

scripts/build.bat

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ set MSYS=winsymlinks:lnk
3939
tar -xf %SOURCEDIR%/%TARBALL% -C %R_NAME% --strip-components=1
4040

4141
:: Temp workaround for broken R-devel symlink tests
42-
set MSYS=
43-
tar -xf %SOURCEDIR%/%TARBALL% -C %R_NAME% --strip-components=1
42+
::set MSYS=
43+
::tar -xf %SOURCEDIR%/%TARBALL% -C %R_NAME% --strip-components=1
4444

4545
set XR_HOME=%R_HOME:\=/%
4646
set XHOME32=%HOME32:\=/%
@@ -70,16 +70,11 @@ xcopy /s "%SOURCEDIR%\cairo\include\cairo" "%R_HOME%\cairo\win64"
7070
:: apply local patches
7171
cd %R_HOME%
7272
patch -p1 -i %SOURCEDIR%\patches\cairo.diff
73-
74-
:: patch -p1 -i %SOURCEDIR%\patches\objdump.diff
7573
patch -p1 -i %SOURCEDIR%\patches\shortcut.diff
7674

7775
:: Switch dir
7876
cd %R_HOME%/src/gnuwin32
7977

80-
:: Remove BOM from this file (needed for non-unicode innosetup)
81-
:: sed -i "1s|^\xEF\xBB\xBF||" installer/CustomMsg.iss
82-
8378
:: Add 'make' to the user path
8479
:: sed -i "s|ETC_FILES = Rprofile.site|ETC_FILES = Renviron.site Rprofile.site|" installer/Makefile
8580

0 commit comments

Comments
 (0)