File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,16 @@ runs:
20
20
env | sort # debug
21
21
url="https://github.com/dylan-lang/opendylan/releases/download/${OD_TAG}/opendylan-${od_version}-x86_64-${opsys}.tar.bz2"
22
22
echo "Downloading from ${url}"
23
- mkdir _od
24
- cd _od
23
+ # Install outside the workspace directory so Deft doesn't find the Open Dylan LID files.
24
+ mkdir ../_od
25
+ cd ../_od
25
26
curl -L -o opendylan.tar.bz2 ${url}
26
27
tar xfj opendylan.tar.bz2
27
28
ln -s opendylan-${od_version} opendylan
28
29
ln -s opendylan-${od_version}/bin/dylan-compiler
29
30
ln -s opendylan-${od_version}/bin/dylan
30
31
echo "Compiler: ${PWD}/dylan-compiler"
31
- echo "dylan-tool : ${PWD}/dylan"
32
+ echo "deft : ${PWD}/dylan"
32
33
echo -n "Open Dylan "
33
34
./dylan-compiler -version
34
35
echo -n "dylan version: "
You can’t perform that action at this time.
0 commit comments