Update readme, fixing racket.exe building

This commit is contained in:
retropikzel 2025-02-07 10:02:28 +02:00
parent 251004fdd5
commit 1adc99feaf
1 changed files with 2 additions and 3 deletions

View File

@ -195,11 +195,10 @@ case "$SCMC" in
exit
;;
racket.exe)
set -x
paths="$(winepath --windows $PWD)"
paths="$(winepath --windows $PWD);$(winepath --windows $HOME/.wine/drive_c/Program\ Files/Racket/collects)"
for dir in $libdirs
do
paths="$paths;$(winepath --windows "$PWD"/"${dir#./}" | sed 's/\//\\/')"
paths="$paths;$(winepath --windows "$PWD"/"${dir#./}")"
findtmp="$(mktemp)"
find "$dir" ! -name "$(printf "*\n*")" -name '*.sld' > "$findtmp"
while IFS= read -r lib