Skip to content

Commit 31e0ecd

Browse files
committed
Windows: build without binpref
1 parent 30e8b92 commit 31e0ecd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/MkRules.local.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Toolchain config
44
WIN = 64
5-
BINPREF64 = /ucrt64/bin/
65

76
# Enable features
87
USE_ICU = YES

.github/workflows/rtools40-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ set -x
1111
srcdir=$(dirname $(realpath $0))
1212

1313
# Put pdflatex on the path (needed only for CMD check)
14-
export PATH="$PATH:$HOME/AppData/Local/Programs/MiKTeX/miktex/bin/x64:/c/progra~1/MiKTeX/miktex/bin/x64:/c/progra~1/MiKTeX 2.9/miktex/bin/x64"
14+
export PATH="/ucrt64/bin:$PATH:$HOME/AppData/Local/Programs/MiKTeX/miktex/bin/x64:/c/progra~1/MiKTeX/miktex/bin/x64:/c/progra~1/MiKTeX 2.9/miktex/bin/x64"
1515
echo "PATH: $PATH"
1616
pdflatex --version
1717
texindex --version
1818
texi2any --version
1919
make --version
2020
perl --version
21+
gcc --version
2122

2223
# Extra steps to prepare SVN build (rather than official tarball)
2324
cd "$(cygpath ${GITHUB_WORKSPACE})"

.github/workflows/rtools40-installer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ scripts=$(dirname $(realpath $0))
1212
sources=$(cygpath ${GITHUB_WORKSPACE})
1313

1414
# Put pdflatex on the path (needed only for CMD check)
15-
export PATH="$PATH:/c/progra~1/git/bin:/c/progra~1/MiKTeX/miktex/bin/x64"
15+
export PATH="$PATH:/ucrt64/bin:/c/progra~1/git/bin:/c/progra~1/MiKTeX/miktex/bin/x64"
1616
echo "PATH: $PATH"
1717
pdflatex --version
1818
texindex --version
1919
texi2any --version
2020
make --version
2121
perl --version
22+
gcc --version
2223

2324
# Extra steps to prepare SVN build (rather than official tarball)
2425
cd "${sources}"

0 commit comments

Comments
 (0)