Skip to content

Commit

Permalink
Windows: build without binpref
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 18, 2021
1 parent 30e8b92 commit ff4f472
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/MkRules.local.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Toolchain config
WIN = 64
BINPREF64 = /ucrt64/bin/

# Enable features
USE_ICU = YES
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rtools40-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ set -x
srcdir=$(dirname $(realpath $0))

# Put pdflatex on the path (needed only for CMD check)
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"
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"
echo "PATH: $PATH"
pdflatex --version
texindex --version
texi2any --version
make --version
perl --version
gcc --version

# Extra steps to prepare SVN build (rather than official tarball)
cd "$(cygpath ${GITHUB_WORKSPACE})"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rtools40-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ scripts=$(dirname $(realpath $0))
sources=$(cygpath ${GITHUB_WORKSPACE})

# Put pdflatex on the path (needed only for CMD check)
export PATH="$PATH:/c/progra~1/git/bin:/c/progra~1/MiKTeX/miktex/bin/x64"
export PATH="/ucrt64/bin:$PATH:/c/progra~1/git/bin:/c/progra~1/MiKTeX/miktex/bin/x64"
echo "PATH: $PATH"
pdflatex --version
texindex --version
texi2any --version
make --version
perl --version
gcc --version

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

0 comments on commit ff4f472

Please sign in to comment.